NameAvailabilityInformation Class
Data Lake Store account name availability result information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.datalake.store._serialization.ModelNameAvailabilityInformation
Constructor
NameAvailabilityInformation(**kwargs: Any)
Variables
Name | Description |
---|---|
name_available
|
The Boolean value of true or false to indicate whether the Data Lake Store account name is available or not. |
reason
|
The reason why the Data Lake Store account name is not available, if nameAvailable is false. |
message
|
The message describing why the Data Lake Store account name is not available, if nameAvailable is false. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python