P2SVpnServerConfigurationsOperations Class
P2SVpnServerConfigurationsOperations async operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectP2SVpnServerConfigurationsOperations
Constructor
P2SVpnServerConfigurationsOperations(client, config, serializer, deserializer) -> None
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- models
Alias to model classes used in this operation group.
Methods
| begin_create_or_update |
Creates a P2SVpnServerConfiguration to associate with a VirtualWan if it doesn't exist else updates the existing P2SVpnServerConfiguration. |
| begin_delete |
Deletes a P2SVpnServerConfiguration. |
| get |
Retrieves the details of a P2SVpnServerConfiguration. |
| list_by_virtual_wan |
Retrieves all P2SVpnServerConfigurations for a particular VirtualWan. |
begin_create_or_update
Creates a P2SVpnServerConfiguration to associate with a VirtualWan if it doesn't exist else updates the existing P2SVpnServerConfiguration.
begin_create_or_update(resource_group_name: str, virtual_wan_name: str, p2_s_vpn_server_configuration_name: str, p2_s_vpn_server_configuration_parameters: azure.mgmt.network.v2018_08_01.models._models_py3.P2SVpnServerConfiguration, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('models.P2SVpnServerConfiguration')]
Parameters
- p2_s_vpn_server_configuration_parameters
- P2SVpnServerConfiguration
Parameters supplied to create or Update a P2SVpnServerConfiguration.
- 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 P2SVpnServerConfiguration or the result of cls(response)
Return type
Exceptions
begin_delete
Deletes a P2SVpnServerConfiguration.
begin_delete(resource_group_name: str, virtual_wan_name: str, p2_s_vpn_server_configuration_name: str, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[NoneType]
Parameters
- 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 None or the result of cls(response)
Return type
Exceptions
get
Retrieves the details of a P2SVpnServerConfiguration.
get(resource_group_name: str, virtual_wan_name: str, p2_s_vpn_server_configuration_name: str, **kwargs) -> azure.mgmt.network.v2018_08_01.models._models_py3.P2SVpnServerConfiguration
Parameters
Returns
P2SVpnServerConfiguration, or the result of cls(response)
Return type
Exceptions
list_by_virtual_wan
Retrieves all P2SVpnServerConfigurations for a particular VirtualWan.
list_by_virtual_wan(resource_group_name: str, virtual_wan_name: str, **kwargs) -> typing.AsyncIterable[_ForwardRef('models.ListP2SVpnServerConfigurationsResult')]
Parameters
Returns
An iterator like instance of either ListP2SVpnServerConfigurationsResult or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.network.v2018_08_01.models' from 'c:\\repo\\venv\\lib\\site-packages\\azure\\mgmt\\network\\v2018_08_01\\models\\__init__.py'>
Feedback
Submit and view feedback for