CheckNameAvailabilityResponse Class
The result of a name availability check.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
CheckNameAvailabilityResponse(**kwargs)
Variables
Name | Description |
---|---|
name
|
The name whose availability was checked. |
available
|
True if the name is available, otherwise false. |
reason
|
The reason code explaining why the name is unavailable. Will be undefined if the name is available. Possible values include: "Invalid", "AlreadyExists". |
message
|
A message explaining why the name is unavailable. Will be undefined if the name is available. |
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 Python