NetworkManagementClientOperationsMixin Class
- Inheritance
-
builtins.objectNetworkManagementClientOperationsMixin
Methods
| check_dns_name_availability |
Checks whether a domain name in the cloudapp.net zone is available for use. |
check_dns_name_availability
Checks whether a domain name in the cloudapp.net zone is available for use.
check_dns_name_availability(location: str, domain_name_label: typing.Union[str, NoneType] = None, **kwargs) -> azure.mgmt.network.v2016_12_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