HostedServiceCheckNameAvailabilityResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AzureOperationResponseHostedServiceCheckNameAvailabilityResponse
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET