다음을 통해 공유


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