Share via


ManagedClustersOperations interface

Interface representing a ManagedClusters operations.

Properties

createOrUpdate

Create or update a Service Fabric managed cluster resource with the specified name.

delete
get

Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.

listByResourceGroup

Gets all Service Fabric cluster resources created or in the process of being created in the resource group.

listBySubscription

Gets all Service Fabric cluster resources created or in the process of being created in the subscription.

update

Update the tags of of a Service Fabric managed cluster resource with the specified name.

Property Details

createOrUpdate

Create or update a Service Fabric managed cluster resource with the specified name.

createOrUpdate: (resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

Property Value

(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

delete

delete: (resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.

get: (resourceGroupName: string, clusterName: string, options?: ManagedClustersGetOptionalParams) => Promise<ManagedCluster>

Property Value

(resourceGroupName: string, clusterName: string, options?: ManagedClustersGetOptionalParams) => Promise<ManagedCluster>

listByResourceGroup

Gets all Service Fabric cluster resources created or in the process of being created in the resource group.

listByResourceGroup: (resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

Property Value

(resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

listBySubscription

Gets all Service Fabric cluster resources created or in the process of being created in the subscription.

listBySubscription: (options?: ManagedClustersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

Property Value

(options?: ManagedClustersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

update

Update the tags of of a Service Fabric managed cluster resource with the specified name.

update: (resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

Property Value

(resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>