DeploymentUpgradeParameters.Label Property

 

Gets or sets a base-64 encoded identifier for the deployment.

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

public string Label { get; set; }

Property Value

Type: System.String

The base-64 encoded identifier.

The identifier can be up to 100 characters in length. It is recommended that the label be unique within the cloud service. The label can be used for your tracking purposes.

Return to top
Show: