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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET