azure.mgmt.network.v2018_08_01 package¶
Submodules¶
Module contents¶
-
class
azure.mgmt.network.v2018_08_01.
NetworkManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
Network Client
-
check_dns_name_availability
(location, domain_name_label, custom_headers=None, raw=False, **operation_config)[source]¶ Checks whether a domain name in the cloudapp.azure.com 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
-
supported_security_providers
(resource_group_name, virtual_wan_name, custom_headers=None, raw=False, **operation_config)[source]¶ Gives the supported security providers for the virtual wan.
Parameters: - resource_group_name (str) – The resource group name.
- virtual_wan_name (str) – The name of the VirtualWAN for which supported security providers are needed.
- 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: VirtualWanSecurityProviders or ClientRawResponse if raw=true
Return type: VirtualWanSecurityProviders or ClientRawResponse
Raises:
-