IClustersOperations Interface

Definition

ClustersOperations operations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(Cluster, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates a Stream Analytics Cluster or replaces an already existing cluster.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified cluster.

BeginUpdateWithHttpMessagesAsync(Cluster, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates an existing cluster. This can be used to partially update (ie. update one or two properties) a cluster without affecting the rest of the cluster definition.

CreateOrUpdateWithHttpMessagesAsync(Cluster, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates a Stream Analytics Cluster or replaces an already existing cluster.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified cluster.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets information about the specified cluster.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the clusters in the given resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the clusters in the given resource group.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the clusters in the given subscription.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all of the clusters in the given subscription.

ListStreamingJobsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the streaming jobs in the given cluster.

ListStreamingJobsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the streaming jobs in the given cluster.

UpdateWithHttpMessagesAsync(Cluster, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates an existing cluster. This can be used to partially update (ie. update one or two properties) a cluster without affecting the rest of the cluster definition.

Extension Methods

BeginCreateOrUpdate(IClustersOperations, Cluster, String, String, String, String)

Creates a Stream Analytics Cluster or replaces an already existing cluster.

BeginCreateOrUpdateAsync(IClustersOperations, Cluster, String, String, String, String, CancellationToken)

Creates a Stream Analytics Cluster or replaces an already existing cluster.

BeginDelete(IClustersOperations, String, String)

Deletes the specified cluster.

BeginDeleteAsync(IClustersOperations, String, String, CancellationToken)

Deletes the specified cluster.

BeginUpdate(IClustersOperations, Cluster, String, String, String)

Updates an existing cluster. This can be used to partially update (ie. update one or two properties) a cluster without affecting the rest of the cluster definition.

BeginUpdateAsync(IClustersOperations, Cluster, String, String, String, CancellationToken)

Updates an existing cluster. This can be used to partially update (ie. update one or two properties) a cluster without affecting the rest of the cluster definition.

CreateOrUpdate(IClustersOperations, Cluster, String, String, String, String)

Creates a Stream Analytics Cluster or replaces an already existing cluster.

CreateOrUpdateAsync(IClustersOperations, Cluster, String, String, String, String, CancellationToken)

Creates a Stream Analytics Cluster or replaces an already existing cluster.

Delete(IClustersOperations, String, String)

Deletes the specified cluster.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Deletes the specified cluster.

Get(IClustersOperations, String, String)

Gets information about the specified cluster.

GetAsync(IClustersOperations, String, String, CancellationToken)

Gets information about the specified cluster.

ListByResourceGroup(IClustersOperations, String)

Lists all of the clusters in the given resource group.

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

Lists all of the clusters in the given resource group.

ListByResourceGroupNext(IClustersOperations, String)

Lists all of the clusters in the given resource group.

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

Lists all of the clusters in the given resource group.

ListBySubscription(IClustersOperations)

Lists all of the clusters in the given subscription.

ListBySubscriptionAsync(IClustersOperations, CancellationToken)

Lists all of the clusters in the given subscription.

ListBySubscriptionNext(IClustersOperations, String)

Lists all of the clusters in the given subscription.

ListBySubscriptionNextAsync(IClustersOperations, String, CancellationToken)

Lists all of the clusters in the given subscription.

ListStreamingJobs(IClustersOperations, String, String)

Lists all of the streaming jobs in the given cluster.

ListStreamingJobsAsync(IClustersOperations, String, String, CancellationToken)

Lists all of the streaming jobs in the given cluster.

ListStreamingJobsNext(IClustersOperations, String)

Lists all of the streaming jobs in the given cluster.

ListStreamingJobsNextAsync(IClustersOperations, String, CancellationToken)

Lists all of the streaming jobs in the given cluster.

Update(IClustersOperations, Cluster, String, String, String)

Updates an existing cluster. This can be used to partially update (ie. update one or two properties) a cluster without affecting the rest of the cluster definition.

UpdateAsync(IClustersOperations, Cluster, String, String, String, CancellationToken)

Updates an existing cluster. This can be used to partially update (ie. update one or two properties) a cluster without affecting the rest of the cluster definition.

Applies to