Partilhar via


VmGuestPatchRebootBehavior Estrutura

Definição

Descreve os requisitos de reinicialização do patch.

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

Construtores

VmGuestPatchRebootBehavior(String)

Inicializa uma nova instância de VmGuestPatchRebootBehavior.

Propriedades

AlwaysRequiresReboot

AlwaysRequiresReboot.

CanRequestReboot

CanRequestReboot.

NeverReboots

NeverReboots.

Unknown

Desconhecida.

Métodos

Equals(VmGuestPatchRebootBehavior)

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

Determina se dois VmGuestPatchRebootBehavior valores são os mesmos.

Implicit(String to VmGuestPatchRebootBehavior)

Converte uma cadeia de caracteres em um VmGuestPatchRebootBehavior.

Inequality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior)

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

Aplica-se a