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

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