DeploymentSwapParameters 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
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