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. |
| supported_security_providers |
Gives the supported security providers for the virtual wan. |
check_dns_name_availability
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
check_dns_name_availability(location, domain_name_label, **kwargs)
Parameters
- 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]$.
Returns
DnsNameAvailabilityResult, or the result of cls(response)
Return type
supported_security_providers
Gives the supported security providers for the virtual wan.
supported_security_providers(resource_group_name, virtual_wan_name, **kwargs)
Parameters
- virtual_wan_name
- str
The name of the VirtualWAN for which supported security providers are needed.
Returns
VirtualWanSecurityProviders, or the result of cls(response)
Return type
Feedback
Submit and view feedback for