StreamAnalyticsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.StreamAnalytics.
public static class StreamAnalyticsExtensions
type StreamAnalyticsExtensions = class
Public Module StreamAnalyticsExtensions
- Inheritance
-
StreamAnalyticsExtensions
Methods
CompileQuerySubscription(SubscriptionResource, AzureLocation, StreamAnalyticsCompileQuery, CancellationToken) |
Compile the Stream Analytics query.
|
CompileQuerySubscriptionAsync(SubscriptionResource, AzureLocation, StreamAnalyticsCompileQuery, CancellationToken) |
Compile the Stream Analytics query.
|
GetQuotasSubscriptions(SubscriptionResource, AzureLocation, CancellationToken) |
Retrieves the subscription's current quota information in a particular region.
|
GetQuotasSubscriptionsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Retrieves the subscription's current quota information in a particular region.
|
GetStreamAnalyticsCluster(ResourceGroupResource, String, CancellationToken) |
Gets information about the specified cluster.
|
GetStreamAnalyticsClusterAsync(ResourceGroupResource, String, CancellationToken) |
Gets information about the specified cluster.
|
GetStreamAnalyticsClusterResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StreamAnalyticsClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a StreamAnalyticsClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStreamAnalyticsClusterResource(ResourceIdentifier) instead. |
GetStreamAnalyticsClusters(ResourceGroupResource) |
Gets a collection of StreamAnalyticsClusterResources in the ResourceGroupResource. MockingTo mock this method, please mock GetStreamAnalyticsClusters() instead. |
GetStreamAnalyticsClusters(SubscriptionResource, CancellationToken) |
Lists all of the clusters in the given subscription.
|
GetStreamAnalyticsClustersAsync(SubscriptionResource, CancellationToken) |
Lists all of the clusters in the given subscription.
|
GetStreamAnalyticsPrivateEndpointResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StreamAnalyticsPrivateEndpointResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StreamAnalyticsPrivateEndpointResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStreamAnalyticsPrivateEndpointResource(ResourceIdentifier) instead. |
GetStreamingJob(ResourceGroupResource, String, String, CancellationToken) |
Gets details about the specified streaming job.
|
GetStreamingJobAsync(ResourceGroupResource, String, String, CancellationToken) |
Gets details about the specified streaming job.
|
GetStreamingJobFunctionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StreamingJobFunctionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StreamingJobFunctionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStreamingJobFunctionResource(ResourceIdentifier) instead. |
GetStreamingJobInputResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StreamingJobInputResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StreamingJobInputResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStreamingJobInputResource(ResourceIdentifier) instead. |
GetStreamingJobOutputResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StreamingJobOutputResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StreamingJobOutputResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStreamingJobOutputResource(ResourceIdentifier) instead. |
GetStreamingJobResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StreamingJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a StreamingJobResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStreamingJobResource(ResourceIdentifier) instead. |
GetStreamingJobs(ResourceGroupResource) |
Gets a collection of StreamingJobResources in the ResourceGroupResource. MockingTo mock this method, please mock GetStreamingJobs() instead. |
GetStreamingJobs(SubscriptionResource, String, CancellationToken) |
Lists all of the streaming jobs in the given subscription.
|
GetStreamingJobsAsync(SubscriptionResource, String, CancellationToken) |
Lists all of the streaming jobs in the given subscription.
|
GetStreamingJobTransformationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StreamingJobTransformationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StreamingJobTransformationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStreamingJobTransformationResource(ResourceIdentifier) instead. |
SampleInputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsSampleInputContent, CancellationToken) |
Sample the Stream Analytics input data.
|
SampleInputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsSampleInputContent, CancellationToken) |
Sample the Stream Analytics input data.
|
TestInputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestContent, CancellationToken) |
Test the Stream Analytics input.
|
TestInputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestContent, CancellationToken) |
Test the Stream Analytics input.
|
TestOutputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestOutput, CancellationToken) |
Test the Stream Analytics output.
|
TestOutputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestOutput, CancellationToken) |
Test the Stream Analytics output.
|
TestQuerySubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestQuery, CancellationToken) |
Test the Stream Analytics query on a sample input.
|
TestQuerySubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestQuery, CancellationToken) |
Test the Stream Analytics query on a sample input.
|
Applies to
Azure SDK for .NET