Dela via


HostedServiceCheckNameAvailabilityResponse Class

Definition

The Check Hosted Service Name Availability operation response.

public class HostedServiceCheckNameAvailabilityResponse : Microsoft.Azure.AzureOperationResponse
type HostedServiceCheckNameAvailabilityResponse = class
    inherit AzureOperationResponse
Public Class HostedServiceCheckNameAvailabilityResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
HostedServiceCheckNameAvailabilityResponse

Constructors

HostedServiceCheckNameAvailabilityResponse()

Initializes a new instance of the HostedServiceCheckNameAvailabilityResponse class.

Properties

IsAvailable

Optional. Indicates whether the name is available for you to use. The operation returns false for reserved or profane words.

Reason

Optional. Describes why the name cannot be used to create the cloud service.

Applies to