LinuxVmGuestPatchAutomaticByPlatformRebootSetting Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Especifica la configuración de reinicio para todas las operaciones de instalación de revisiones AutomaticByPlatform.
public readonly struct LinuxVmGuestPatchAutomaticByPlatformRebootSetting : IEquatable<Azure.ResourceManager.Compute.Models.LinuxVmGuestPatchAutomaticByPlatformRebootSetting>
type LinuxVmGuestPatchAutomaticByPlatformRebootSetting = struct
Public Structure LinuxVmGuestPatchAutomaticByPlatformRebootSetting
Implements IEquatable(Of LinuxVmGuestPatchAutomaticByPlatformRebootSetting)
- Herencia
-
LinuxVmGuestPatchAutomaticByPlatformRebootSetting
- Implementaciones
Constructores
LinuxVmGuestPatchAutomaticByPlatformRebootSetting(String) |
Inicializa una nueva instancia de la clase LinuxVmGuestPatchAutomaticByPlatformRebootSetting. |
Propiedades
Always |
Siempre. |
IfRequired |
IfRequired. |
Never |
Nunca. |
Unknown |
desconocida. |
Métodos
Equals(LinuxVmGuestPatchAutomaticByPlatformRebootSetting) |
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(LinuxVmGuestPatchAutomaticByPlatformRebootSetting, LinuxVmGuestPatchAutomaticByPlatformRebootSetting) |
Determina si dos LinuxVmGuestPatchAutomaticByPlatformRebootSetting valores son los mismos. |
Implicit(String to LinuxVmGuestPatchAutomaticByPlatformRebootSetting) |
Convierte una cadena en un LinuxVmGuestPatchAutomaticByPlatformRebootSetting. |
Inequality(LinuxVmGuestPatchAutomaticByPlatformRebootSetting, LinuxVmGuestPatchAutomaticByPlatformRebootSetting) |
Determina si dos LinuxVmGuestPatchAutomaticByPlatformRebootSetting valores no son los mismos. |
Se aplica a
Azure SDK for .NET