CheckNameAvailabilityOutput Class
Output of check name availability API.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.search._serialization.ModelCheckNameAvailabilityOutput
Constructor
CheckNameAvailabilityOutput(**kwargs: Any)
Variables
Name | Description |
---|---|
is_name_available
|
A value indicating whether the name is available. |
reason
|
The reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable. Known values are: "Invalid" and "AlreadyExists". |
message
|
A message that explains why the name is invalid and provides resource naming requirements. Available only if 'Invalid' is returned in the 'reason' property. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python