Compartilhar via


ManagedClustersOperations interface

Interface que representa uma operação ManagedClusters.

Propriedades

createOrUpdate

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

delete
get

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

getFaultSimulation

Obtém uma simulação de falha pelo simulationId.

listByResourceGroup

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

listBySubscription

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

listFaultSimulation

Obtém a lista de simulações de falhas recentes para o cluster.

startFaultSimulation

Inicia uma simulação de falha no cluster.

stopFaultSimulation

Interrompe uma simulação de falha no cluster.

update

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

Detalhes da propriedade

createOrUpdate

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

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

Valor da propriedade

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

delete

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

Valor da propriedade

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

get

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

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

Valor da propriedade

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

getFaultSimulation

Obtém uma simulação de falha pelo simulationId.

getFaultSimulation: (resourceGroupName: string, clusterName: string, parameters: FaultSimulationIdContent, options?: ManagedClustersGetFaultSimulationOptionalParams) => Promise<FaultSimulation>

Valor da propriedade

(resourceGroupName: string, clusterName: string, parameters: FaultSimulationIdContent, options?: ManagedClustersGetFaultSimulationOptionalParams) => Promise<FaultSimulation>

listByResourceGroup

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

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

Valor da propriedade

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

listBySubscription

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

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

Valor da propriedade

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

listFaultSimulation

Obtém a lista de simulações de falhas recentes para o cluster.

listFaultSimulation: (resourceGroupName: string, clusterName: string, options?: ManagedClustersListFaultSimulationOptionalParams) => PagedAsyncIterableIterator<FaultSimulation, FaultSimulation[], PageSettings>

Valor da propriedade

(resourceGroupName: string, clusterName: string, options?: ManagedClustersListFaultSimulationOptionalParams) => PagedAsyncIterableIterator<FaultSimulation, FaultSimulation[], PageSettings>

startFaultSimulation

Inicia uma simulação de falha no cluster.

startFaultSimulation: (resourceGroupName: string, clusterName: string, parameters: FaultSimulationContentWrapper, options?: ManagedClustersStartFaultSimulationOptionalParams) => PollerLike<OperationState<FaultSimulation>, FaultSimulation>

Valor da propriedade

(resourceGroupName: string, clusterName: string, parameters: FaultSimulationContentWrapper, options?: ManagedClustersStartFaultSimulationOptionalParams) => PollerLike<OperationState<FaultSimulation>, FaultSimulation>

stopFaultSimulation

Interrompe uma simulação de falha no cluster.

stopFaultSimulation: (resourceGroupName: string, clusterName: string, parameters: FaultSimulationIdContent, options?: ManagedClustersStopFaultSimulationOptionalParams) => PollerLike<OperationState<FaultSimulation>, FaultSimulation>

Valor da propriedade

(resourceGroupName: string, clusterName: string, parameters: FaultSimulationIdContent, options?: ManagedClustersStopFaultSimulationOptionalParams) => PollerLike<OperationState<FaultSimulation>, FaultSimulation>

update

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

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

Valor da propriedade

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