ClustersOperationsExtensions Class

Definition

Extension methods for ClustersOperations.

public static class ClustersOperationsExtensions
type ClustersOperationsExtensions = class
Public Module ClustersOperationsExtensions
Inheritance
ClustersOperationsExtensions

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