Share via


DeploymentChangeConfigurationParameters Constructor (String)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public DeploymentChangeConfigurationParameters(
    string configuration
)
public:
DeploymentChangeConfigurationParameters(
    String^ configuration
)
new : 
        configuration:string -> DeploymentChangeConfigurationParameters
Public Sub New (
    configuration As String
)

See Also

DeploymentChangeConfigurationParameters Overload
DeploymentChangeConfigurationParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top