DeploymentGetResponse.Configuration Property

 

Gets or sets the base-64 encoded configuration file of 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 the configuration file.

Return to top
Show: