ManagedClusters interface

Interface representing a ManagedClusters.

Methods

beginCreateOrUpdate(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

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

beginDelete(string, string, ManagedClustersDeleteOptionalParams)

Delete a Service Fabric managed cluster resource with the specified name.

beginDeleteAndWait(string, string, ManagedClustersDeleteOptionalParams)

Delete a Service Fabric managed cluster resource with the specified name.

get(string, string, ManagedClustersGetOptionalParams)

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

listByResourceGroup(string, ManagedClustersListByResourceGroupOptionalParams)

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

listBySubscription(ManagedClustersListBySubscriptionOptionalParams)

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

update(string, string, ManagedClusterUpdateParameters, ManagedClustersUpdateOptionalParams)

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

Method Details

beginCreateOrUpdate(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCluster>, ManagedCluster>>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

parameters
ManagedCluster

The cluster resource.

options
ManagedClustersCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedCluster>, ManagedCluster>>

beginCreateOrUpdateAndWait(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams): Promise<ManagedCluster>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

parameters
ManagedCluster

The cluster resource.

options
ManagedClustersCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<ManagedCluster>

beginDelete(string, string, ManagedClustersDeleteOptionalParams)

Delete a Service Fabric managed cluster resource with the specified name.

function beginDelete(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

options
ManagedClustersDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ManagedClustersDeleteOptionalParams)

Delete a Service Fabric managed cluster resource with the specified name.

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

options
ManagedClustersDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, ManagedClustersGetOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

options
ManagedClustersGetOptionalParams

The options parameters.

Returns

Promise<ManagedCluster>

listByResourceGroup(string, ManagedClustersListByResourceGroupOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group.

options
ManagedClustersListByResourceGroupOptionalParams

The options parameters.

Returns

listBySubscription(ManagedClustersListBySubscriptionOptionalParams)

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

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

Parameters

options
ManagedClustersListBySubscriptionOptionalParams

The options parameters.

Returns

update(string, string, ManagedClusterUpdateParameters, ManagedClustersUpdateOptionalParams)

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

function update(resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams): Promise<ManagedCluster>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

parameters
ManagedClusterUpdateParameters

The managed cluster resource updated tags.

options
ManagedClustersUpdateOptionalParams

The options parameters.

Returns

Promise<ManagedCluster>