Share via


IClustersOperations Interface

Definition

ClustersOperations operations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Methods

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

Creates or updates a Service Fabric cluster resource.

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

Updates the configuration of a Service Fabric cluster resource.

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

Creates or updates a Service Fabric cluster resource.

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

Deletes a Service Fabric cluster resource.

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

Gets a Service Fabric cluster resource.

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

Gets the list of Service Fabric cluster resources created in the specified resource group.

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

Gets the list of Service Fabric cluster resources created in the specified subscription.

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

Updates the configuration of a Service Fabric cluster resource.

Extension Methods

BeginCreateOrUpdate(IClustersOperations, String, String, Cluster)

Creates or updates a Service Fabric cluster resource.

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

Creates or updates a Service Fabric cluster resource.

BeginUpdate(IClustersOperations, String, String, ClusterUpdateParameters)

Updates the configuration of a Service Fabric cluster resource.

BeginUpdateAsync(IClustersOperations, String, String, ClusterUpdateParameters, CancellationToken)

Updates the configuration of a Service Fabric cluster resource.

CreateOrUpdate(IClustersOperations, String, String, Cluster)

Creates or updates a Service Fabric cluster resource.

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

Creates or updates a Service Fabric cluster resource.

Delete(IClustersOperations, String, String)

Deletes a Service Fabric cluster resource.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Deletes a Service Fabric cluster resource.

Get(IClustersOperations, String, String)

Gets a Service Fabric cluster resource.

GetAsync(IClustersOperations, String, String, CancellationToken)

Gets a Service Fabric cluster resource.

List(IClustersOperations)

Gets the list of Service Fabric cluster resources created in the specified subscription.

ListAsync(IClustersOperations, CancellationToken)

Gets the list of Service Fabric cluster resources created in the specified subscription.

ListByResourceGroup(IClustersOperations, String)

Gets the list of Service Fabric cluster resources created in the specified resource group.

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

Gets the list of Service Fabric cluster resources created in the specified resource group.

Update(IClustersOperations, String, String, ClusterUpdateParameters)

Updates the configuration of a Service Fabric cluster resource.

UpdateAsync(IClustersOperations, String, String, ClusterUpdateParameters, CancellationToken)

Updates the configuration of a Service Fabric cluster resource.

Applies to