Share via


ClustersOperationsExtensions Class

Definition

Extension methods for ClustersOperations.

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

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