Share via


ManagedClustersOperationsExtensions Class

Definition

Extension methods for ManagedClustersOperations.

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

Methods

BeginCreateOrUpdate(IManagedClustersOperations, String, String, ManagedCluster)

Creates or updates a Service Fabric managed cluster resource.

BeginCreateOrUpdateAsync(IManagedClustersOperations, String, String, ManagedCluster, CancellationToken)

Creates or updates a Service Fabric managed cluster resource.

BeginDelete(IManagedClustersOperations, String, String)

Deletes a Service Fabric managed cluster resource.

BeginDeleteAsync(IManagedClustersOperations, String, String, CancellationToken)

Deletes a Service Fabric managed cluster resource.

BeginUpdate(IManagedClustersOperations, String, String, ManagedClusterUpdateParameters)

Updates the configuration of a Service Fabric managed cluster resource.

BeginUpdateAsync(IManagedClustersOperations, String, String, ManagedClusterUpdateParameters, CancellationToken)

Updates the configuration of a Service Fabric managed cluster resource.

CreateOrUpdate(IManagedClustersOperations, String, String, ManagedCluster)

Creates or updates a Service Fabric managed cluster resource.

CreateOrUpdateAsync(IManagedClustersOperations, String, String, ManagedCluster, CancellationToken)

Creates or updates a Service Fabric managed cluster resource.

Delete(IManagedClustersOperations, String, String)

Deletes a Service Fabric managed cluster resource.

DeleteAsync(IManagedClustersOperations, String, String, CancellationToken)

Deletes a Service Fabric managed cluster resource.

Get(IManagedClustersOperations, String, String)

Gets a Service Fabric managed cluster resource.

GetAsync(IManagedClustersOperations, String, String, CancellationToken)

Gets a Service Fabric managed cluster resource.

ListByResourceGroup(IManagedClustersOperations, String)

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

ListByResourceGroupAsync(IManagedClustersOperations, String, CancellationToken)

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

ListByResourceGroupNext(IManagedClustersOperations, String)

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

ListByResourceGroupNextAsync(IManagedClustersOperations, String, CancellationToken)

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

ListBySubscription(IManagedClustersOperations)

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

ListBySubscriptionAsync(IManagedClustersOperations, CancellationToken)

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

ListBySubscriptionNext(IManagedClustersOperations, String)

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

ListBySubscriptionNextAsync(IManagedClustersOperations, String, CancellationToken)

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

Update(IManagedClustersOperations, String, String, ManagedClusterUpdateParameters)

Updates the configuration of a Service Fabric managed cluster resource.

UpdateAsync(IManagedClustersOperations, String, String, ManagedClusterUpdateParameters, CancellationToken)

Updates the configuration of a Service Fabric managed cluster resource.

Applies to