共用方式為


DeploymentChangeConfigurationParameters Constructors

Definition

Overloads

DeploymentChangeConfigurationParameters()

Initializes a new instance of the DeploymentChangeConfigurationParameters class.

DeploymentChangeConfigurationParameters(String)

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

DeploymentChangeConfigurationParameters()

Initializes a new instance of the DeploymentChangeConfigurationParameters class.

public DeploymentChangeConfigurationParameters ();
Public Sub New ()

Applies to

DeploymentChangeConfigurationParameters(String)

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

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

Parameters

configuration
String

Applies to