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: str, domain_name_label: str, **kwargs) -> azure.mgmt.network.v2019_02_01.models._models_py3.DnsNameAvailabilityResult
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: str, virtual_wan_name: str, **kwargs) -> azure.mgmt.network.v2019_02_01.models._models_py3.VirtualWanSecurityProviders
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