Compartir a través de


VmGuestPatchRebootBehavior Estructura

Definición

Describe los requisitos de reinicio de la revisión.

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

Constructores

VmGuestPatchRebootBehavior(String)

Inicializa una nueva instancia de la clase VmGuestPatchRebootBehavior.

Propiedades

AlwaysRequiresReboot

AlwaysRequiresReboot.

CanRequestReboot

CanRequestReboot.

NeverReboots

NeverReboots.

Unknown

desconocida.

Métodos

Equals(VmGuestPatchRebootBehavior)

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

Determina si dos VmGuestPatchRebootBehavior valores son iguales.

Implicit(String to VmGuestPatchRebootBehavior)

Convierte una cadena en un VmGuestPatchRebootBehavior.

Inequality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior)

Determina si dos VmGuestPatchRebootBehavior valores no son los mismos.

Se aplica a