HostedServiceCheckNameAvailabilityResponse.Reason Property

 

Gets or sets a reason for why the name cannot be used to create the cloud service.

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

Syntax

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

Property Value

Type: System.String

The reason.

See Also

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

Return to top