NetworkManagementClientOperationsMixin Class
- Inheritance
-
builtins.objectNetworkManagementClientOperationsMixin
Methods
| check_dns_name_availability |
Checks whether a domain name in the cloudapp.azure.com zone is available for use. |
check_dns_name_availability
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
check_dns_name_availability(location: str, domain_name_label: str, **kwargs) -> azure.mgmt.network.v2018_07_01.models._models_py3.DnsNameAvailabilityResult
Parameters
- domain_name_label
- str
Required
The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.
Returns
DnsNameAvailabilityResult, or the result of cls(response)
Return type
Feedback
Submit and view feedback for