NetworkManagementClientOperationsMixin Class
- Inheritance
-
builtins.objectNetworkManagementClientOperationsMixin
Methods
| begin_generatevirtualwanvpnserverconfigurationvpnprofile |
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group. |
| 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. |
begin_generatevirtualwanvpnserverconfigurationvpnprofile
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group.
begin_generatevirtualwanvpnserverconfigurationvpnprofile(resource_group_name: str, virtual_wan_name: str, vpn_client_params: azure.mgmt.network.v2019_08_01.models._models_py3.VirtualWanVpnProfileParameters, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('models.VpnProfileResponse')]
Parameters
- virtual_wan_name
- str
The name of the VirtualWAN whose associated VpnServerConfigurations is needed.
- vpn_client_params
- VirtualWanVpnProfileParameters
Parameters supplied to the generate VirtualWan VPN profile generation operation.
- polling
- bool or AsyncPollingMethod
True for ARMPolling, False for no polling, or a polling object for personal polling strategy
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either VpnProfileResponse or the result of cls(response)
Return type
Exceptions
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_08_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
Exceptions
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_08_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
Exceptions
Feedback
Submit and view feedback for