WindowsVmGuestPatchAutomaticByPlatformRebootSetting 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 WindowsVmGuestPatchAutomaticByPlatformRebootSetting : IEquatable<Azure.ResourceManager.Compute.Models.WindowsVmGuestPatchAutomaticByPlatformRebootSetting>
type WindowsVmGuestPatchAutomaticByPlatformRebootSetting = struct
Public Structure WindowsVmGuestPatchAutomaticByPlatformRebootSetting
Implements IEquatable(Of WindowsVmGuestPatchAutomaticByPlatformRebootSetting)
- Herencia
-
WindowsVmGuestPatchAutomaticByPlatformRebootSetting
- Implementaciones
Constructores
WindowsVmGuestPatchAutomaticByPlatformRebootSetting(String) |
Inicializa una nueva instancia de la clase WindowsVmGuestPatchAutomaticByPlatformRebootSetting. |
Propiedades
Always |
Siempre. |
IfRequired |
IfRequired. |
Never |
Nunca. |
Unknown |
desconocida. |
Métodos
Equals(WindowsVmGuestPatchAutomaticByPlatformRebootSetting) |
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(WindowsVmGuestPatchAutomaticByPlatformRebootSetting, WindowsVmGuestPatchAutomaticByPlatformRebootSetting) |
Determina si dos WindowsVmGuestPatchAutomaticByPlatformRebootSetting valores son los mismos. |
Implicit(String to WindowsVmGuestPatchAutomaticByPlatformRebootSetting) |
Convierte una cadena en un WindowsVmGuestPatchAutomaticByPlatformRebootSetting. |
Inequality(WindowsVmGuestPatchAutomaticByPlatformRebootSetting, WindowsVmGuestPatchAutomaticByPlatformRebootSetting) |
Determina si dos WindowsVmGuestPatchAutomaticByPlatformRebootSetting valores no son los mismos. |
Se aplica a
Azure SDK for .NET