Compartilhar via


PatchInstallationState Estrutura

Definição

O estado do patch após a conclusão da operação de instalação.

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

Construtores

PatchInstallationState(String)

Inicializa uma nova instância de PatchInstallationState.

Propriedades

Excluded

Excluídos.

Failed

Falhou.

Installed

Instalada.

NotSelected

Não selecionado.

Pending

Pendente.

Unknown

Desconhecida.

Métodos

Equals(PatchInstallationState)

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(PatchInstallationState, PatchInstallationState)

Determina se dois PatchInstallationState valores são os mesmos.

Implicit(String to PatchInstallationState)

Converte uma cadeia de caracteres em um PatchInstallationState.

Inequality(PatchInstallationState, PatchInstallationState)

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

Aplica-se a