HostedServiceGetDetailedResponse::Deployment::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:
property String^ Configuration {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The base-64 encoded configuration file.

Return to top
Show: