Compartir a través de


VmGuestPatchRebootSetting Estructura

Definición

Define cuándo es aceptable reiniciar una máquina virtual durante una operación de actualización de software.

public readonly struct VmGuestPatchRebootSetting : IEquatable<Azure.ResourceManager.Compute.Models.VmGuestPatchRebootSetting>
type VmGuestPatchRebootSetting = struct
Public Structure VmGuestPatchRebootSetting
Implements IEquatable(Of VmGuestPatchRebootSetting)
Herencia
VmGuestPatchRebootSetting
Implementaciones

Constructores

VmGuestPatchRebootSetting(String)

Inicializa una nueva instancia de la clase VmGuestPatchRebootSetting.

Propiedades

Always

Siempre.

IfRequired

IfRequired.

Never

Nunca.

Métodos

Equals(VmGuestPatchRebootSetting)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(VmGuestPatchRebootSetting, VmGuestPatchRebootSetting)

Determina si dos VmGuestPatchRebootSetting valores son los mismos.

Implicit(String to VmGuestPatchRebootSetting)

Convierte una cadena en un VmGuestPatchRebootSetting.

Inequality(VmGuestPatchRebootSetting, VmGuestPatchRebootSetting)

Determina si dos VmGuestPatchRebootSetting valores no son los mismos.

Se aplica a