azure.mgmt.network.v2017_06_01 package¶
Submodules¶
Module contents¶
-
class
azure.mgmt.network.v2017_06_01.
NetworkManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
Network Client
-
check_dns_name_availability
(location, domain_name_label=None, custom_headers=None, raw=False, **operation_config)[source]¶ Checks whether a domain name in the cloudapp.net zone is available for use.
Parameters: - location (str) – The location of the domain name.
- domain_name_label (str) – The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.
- custom_headers (dict) – headers that will be added to the request
- raw (bool) – returns the direct response alongside the deserialized response
- operation_config – Operation configuration overrides.
Returns: DnsNameAvailabilityResult or ClientRawResponse if raw=true
Return type: DnsNameAvailabilityResult or ClientRawResponse
Raises: CloudError
-