DeploymentChangeConfigurationParameters.Configuration Property

 

Gets or sets the base-64 encoded service configuration file for the deployment.

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

public string Configuration { get; set; }

Property Value

Type: System.String

The base-64 encoded service configuration file.

For more information about service configuration files, see Schema Reference.

Return to top
Show: