CheckNameAvailabilityResponse 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 response to a storage account check name availability request.
public class CheckNameAvailabilityResponse : Microsoft.Azure.AzureOperationResponse
type CheckNameAvailabilityResponse = class
inherit AzureOperationResponse
Public Class CheckNameAvailabilityResponse
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseCheckNameAvailabilityResponse
Constructors
CheckNameAvailabilityResponse() |
Initializes a new instance of the CheckNameAvailabilityResponse class. |
Properties
IsAvailable |
Optional. The result of the availability request indicating if the name is available. |
Reason |
Optional. The reason for unavailability, if the requested name is unavailable. |
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