Partilhar via


WindowsVMGuestPatchAutomaticByPlatformSettings Construtores

Definição

Sobrecargas

WindowsVMGuestPatchAutomaticByPlatformSettings()

Inicializa uma nova instância da classe WindowsVMGuestPatchAutomaticByPlatformSettings.

WindowsVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Inicializa uma nova instância da classe WindowsVMGuestPatchAutomaticByPlatformSettings.

WindowsVMGuestPatchAutomaticByPlatformSettings()

Inicializa uma nova instância da classe WindowsVMGuestPatchAutomaticByPlatformSettings.

public WindowsVMGuestPatchAutomaticByPlatformSettings ();
Public Sub New ()

Aplica-se a

WindowsVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Inicializa uma nova instância da classe WindowsVMGuestPatchAutomaticByPlatformSettings.

public WindowsVMGuestPatchAutomaticByPlatformSettings (string rebootSetting = default, bool? bypassPlatformSafetyChecksOnUserSchedule = default);
new Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings : string * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings
Public Sub New (Optional rebootSetting As String = Nothing, Optional bypassPlatformSafetyChecksOnUserSchedule As Nullable(Of Boolean) = Nothing)

Parâmetros

rebootSetting
String

Especifica a configuração de reinicialização para todas as operações de instalação de patch AutomaticByPlatform. Os valores possíveis incluem: 'Unknown', 'IfRequired', 'Never', 'Always'

bypassPlatformSafetyChecksOnUserSchedule
Nullable<Boolean>

Permite que o cliente agende a aplicação de patch sem atualizações acidentais

Aplica-se a