Compartilhar via


OrchestrationServiceState Estrutura

Definição

O estado atual do serviço.

public readonly struct OrchestrationServiceState : IEquatable<Azure.ResourceManager.Compute.Models.OrchestrationServiceState>
type OrchestrationServiceState = struct
Public Structure OrchestrationServiceState
Implements IEquatable(Of OrchestrationServiceState)
Herança
OrchestrationServiceState
Implementações

Construtores

OrchestrationServiceState(String)

Inicializa uma nova instância de OrchestrationServiceState.

Propriedades

NotRunning

NotRunning.

Running

Running.

Suspended

Suspenso.

Métodos

Equals(OrchestrationServiceState)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(OrchestrationServiceState, OrchestrationServiceState)

Determina se dois OrchestrationServiceState valores são os mesmos.

Implicit(String to OrchestrationServiceState)

Converte uma cadeia de caracteres em um OrchestrationServiceState.

Inequality(OrchestrationServiceState, OrchestrationServiceState)

Determina se dois OrchestrationServiceState valores não são os mesmos.

Aplica-se a