Udostępnij za pośrednictwem


UserInitiatedRedeploy Constructors

Definition

Overloads

UserInitiatedRedeploy()

Initializes a new instance of the UserInitiatedRedeploy class.

UserInitiatedRedeploy(Nullable<Boolean>)

Initializes a new instance of the UserInitiatedRedeploy class.

UserInitiatedRedeploy()

Initializes a new instance of the UserInitiatedRedeploy class.

public UserInitiatedRedeploy ();
Public Sub New ()

Applies to

UserInitiatedRedeploy(Nullable<Boolean>)

Initializes a new instance of the UserInitiatedRedeploy class.

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

Parameters

automaticallyApprove
Nullable<Boolean>

Specifies Redeploy Scheduled Event related configurations.

Applies to