你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserInitiatedReboot Constructors

Definition

Overloads

UserInitiatedReboot()

Initializes a new instance of the UserInitiatedReboot class.

UserInitiatedReboot(Nullable<Boolean>)

Initializes a new instance of the UserInitiatedReboot class.

UserInitiatedReboot()

Initializes a new instance of the UserInitiatedReboot class.

public UserInitiatedReboot ();
Public Sub New ()

Applies to

UserInitiatedReboot(Nullable<Boolean>)

Initializes a new instance of the UserInitiatedReboot class.

public UserInitiatedReboot (bool? automaticallyApprove = default);
new Microsoft.Azure.Management.Compute.Models.UserInitiatedReboot : Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.UserInitiatedReboot
Public Sub New (Optional automaticallyApprove As Nullable(Of Boolean) = Nothing)

Parameters

automaticallyApprove
Nullable<Boolean>

Specifies Reboot Scheduled Event related configurations.

Applies to