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