IManagedClustersOperations Interface

Definition

ManagedClustersOperations operations.

public interface IManagedClustersOperations
type IManagedClustersOperations = interface
Public Interface IManagedClustersOperations

Methods

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

Creates or updates a Service Fabric managed cluster resource.

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

Deletes a Service Fabric managed cluster resource.

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

Updates the configuration of a Service Fabric managed cluster resource.

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

Creates or updates a Service Fabric managed cluster resource.

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

Deletes a Service Fabric managed cluster resource.

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

Gets a Service Fabric managed cluster resource.

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

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

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

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

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

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

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

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

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

Updates the configuration of a Service Fabric managed cluster resource.

Extension 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