共用方式為


DeploymentSwapParameters Constructors

Definition

Overloads

DeploymentSwapParameters()

Initializes a new instance of the DeploymentSwapParameters class.

DeploymentSwapParameters(String)

Initializes a new instance of the DeploymentSwapParameters class with required arguments.

DeploymentSwapParameters()

Initializes a new instance of the DeploymentSwapParameters class.

public DeploymentSwapParameters ();
Public Sub New ()

Applies to

DeploymentSwapParameters(String)

Initializes a new instance of the DeploymentSwapParameters class with required arguments.

public DeploymentSwapParameters (string sourceDeployment);
new Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters : string -> Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters
Public Sub New (sourceDeployment As String)

Parameters

sourceDeployment
String

Applies to