Compartilhar via


ManagedClusters interface

Interface que representa um ManagedClusters.

Métodos

beginCreateOrUpdate(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

Crie ou atualize um recurso de cluster gerenciado do Service Fabric com o nome especificado.

beginCreateOrUpdateAndWait(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

Crie ou atualize um recurso de cluster gerenciado do Service Fabric com o nome especificado.

beginDelete(string, string, ManagedClustersDeleteOptionalParams)

Exclua um recurso de cluster gerenciado do Service Fabric com o nome especificado.

beginDeleteAndWait(string, string, ManagedClustersDeleteOptionalParams)

Exclua um recurso de cluster gerenciado do Service Fabric com o nome especificado.

get(string, string, ManagedClustersGetOptionalParams)

Obtenha um recurso de cluster gerenciado do Service Fabric criado ou no processo de criação no grupo de recursos especificado.

listByResourceGroup(string, ManagedClustersListByResourceGroupOptionalParams)

Obtém todos os recursos de cluster do Service Fabric criados ou no processo de criação no grupo de recursos.

listBySubscription(ManagedClustersListBySubscriptionOptionalParams)

Obtém todos os recursos de cluster do Service Fabric criados ou no processo de criação na assinatura.

update(string, string, ManagedClusterUpdateParameters, ManagedClustersUpdateOptionalParams)

Atualize as marcas de um recurso de cluster gerenciado do Service Fabric com o nome especificado.

Detalhes do método

beginCreateOrUpdate(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

Crie ou atualize um recurso de cluster gerenciado do Service Fabric com o nome especificado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do recurso de cluster.

parameters
ManagedCluster

O recurso do cluster.

options
ManagedClustersCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

beginCreateOrUpdateAndWait(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

Crie ou atualize um recurso de cluster gerenciado do Service Fabric com o nome especificado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do recurso de cluster.

parameters
ManagedCluster

O recurso do cluster.

options
ManagedClustersCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<ManagedCluster>

beginDelete(string, string, ManagedClustersDeleteOptionalParams)

Exclua um recurso de cluster gerenciado do Service Fabric com o nome especificado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do recurso de cluster.

options
ManagedClustersDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, ManagedClustersDeleteOptionalParams)

Exclua um recurso de cluster gerenciado do Service Fabric com o nome especificado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do recurso de cluster.

options
ManagedClustersDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, ManagedClustersGetOptionalParams)

Obtenha um recurso de cluster gerenciado do Service Fabric criado ou no processo de criação no grupo de recursos especificado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do recurso de cluster.

options
ManagedClustersGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<ManagedCluster>

listByResourceGroup(string, ManagedClustersListByResourceGroupOptionalParams)

Obtém todos os recursos de cluster do Service Fabric criados ou no processo de criação no grupo de recursos.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

options
ManagedClustersListByResourceGroupOptionalParams

Os parâmetros de opções.

Retornos

listBySubscription(ManagedClustersListBySubscriptionOptionalParams)

Obtém todos os recursos de cluster do Service Fabric criados ou no processo de criação na assinatura.

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

Parâmetros

options
ManagedClustersListBySubscriptionOptionalParams

Os parâmetros de opções.

Retornos

update(string, string, ManagedClusterUpdateParameters, ManagedClustersUpdateOptionalParams)

Atualize as marcas de um recurso de cluster gerenciado do Service Fabric com o nome especificado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do recurso de cluster.

parameters
ManagedClusterUpdateParameters

As marcas atualizadas do recurso de cluster gerenciado.

options
ManagedClustersUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<ManagedCluster>