VirtualMachineCreateDeploymentParameters.Label Property

 

Gets or sets a description 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 name.

The name can be up to 100 characters in length. It is recommended that the label be unique within the subscription. The name can be used for tracking purposes

Return to top
Show: