NetworkManagementClientOperationsMixin Class

Inheritance
builtins.object
NetworkManagementClientOperationsMixin

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.v2015_06_15.models._models_py3.DnsNameAvailabilityResult

Parameters

location
str
Required

The location of the domain name.

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]$.

cls
callable
Required

A custom type or function that will be passed the direct response

Returns

DnsNameAvailabilityResult, or the result of cls(response)

Return type