DeploymentUpgradeParameters.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)

Syntax

public string Configuration { get; set; }
public:
property String^ Configuration {
    String^ get();
    void set(String^ value);
}
member Configuration : string with get, set
Public Property Configuration As String

Property Value

Type: System.String

The base-64 encoded service configuration file.

See Also

DeploymentUpgradeParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top