This documentation is archived and is not being maintained.
HostedServiceGetDetailedResponse::Deployment::Configuration Property
Gets or sets the base-64 encoded configuration file of the deployment.
Namespace:
Microsoft.WindowsAzure.Management.Compute.ModelsAssembly:
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