HostedServiceCreateParameters.Description Property

 

Gets or sets a description for the cloud service.

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

public string Description { get; set; }

Property Value

Type: System.String

The description.

The description can be up to 1024 characters in length.

Return to top
Show: