UserInitiatedReboot Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)