VirtualNetworkGatewaysOperations Class

VirtualNetworkGatewaysOperations 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.object
VirtualNetworkGatewaysOperations

Constructor

VirtualNetworkGatewaysOperations(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 or updates a virtual network gateway in the specified resource group.

begin_delete

Deletes the specified virtual network gateway.

begin_generatevpnclientpackage

Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.

begin_reset

Resets the primary of the virtual network gateway in the specified resource group.

get

Gets the specified virtual network gateway by resource group.

list

Gets all virtual network gateways by resource group.

begin_create_or_update

Creates or updates a virtual network gateway in the specified resource group.

begin_create_or_update(resource_group_name: str, virtual_network_gateway_name: str, parameters: azure.mgmt.network.v2015_06_15.models._models_py3.VirtualNetworkGateway, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('models.VirtualNetworkGateway')]

Parameters

resource_group_name
str
Required

The name of the resource group.

virtual_network_gateway_name
str
Required

The name of the virtual network gateway.

parameters
VirtualNetworkGateway
Required

Parameters supplied to create or update virtual network gateway operation.

cls
callable
Required

A custom type or function that will be passed the direct response

continuation_token
str
Required

A continuation token to restart a poller from a saved state.

polling
bool or AsyncPollingMethod
Required

True for ARMPolling, False for no polling, or a polling object for personal polling strategy

polling_interval
int
Required

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of AsyncLROPoller that returns either VirtualNetworkGateway or the result of cls(response)

Return type

Exceptions

~azure.core.exceptions.HttpResponseError

begin_delete

Deletes the specified virtual network gateway.

begin_delete(resource_group_name: str, virtual_network_gateway_name: str, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[NoneType]

Parameters

resource_group_name
str
Required

The name of the resource group.

virtual_network_gateway_name
str
Required

The name of the virtual network gateway.

cls
callable
Required

A custom type or function that will be passed the direct response

continuation_token
str
Required

A continuation token to restart a poller from a saved state.

polling
bool or AsyncPollingMethod
Required

True for ARMPolling, False for no polling, or a polling object for personal polling strategy

polling_interval
int
Required

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

~azure.core.exceptions.HttpResponseError

begin_generatevpnclientpackage

Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.

begin_generatevpnclientpackage(resource_group_name: str, virtual_network_gateway_name: str, parameters: azure.mgmt.network.v2015_06_15.models._models_py3.VpnClientParameters, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[str]

Parameters

resource_group_name
str
Required

The name of the resource group.

virtual_network_gateway_name
str
Required

The name of the virtual network gateway.

parameters
VpnClientParameters
Required

Parameters supplied to the generate virtual network gateway VPN client package operation.

cls
callable
Required

A custom type or function that will be passed the direct response

continuation_token
str
Required

A continuation token to restart a poller from a saved state.

polling
bool or AsyncPollingMethod
Required

True for ARMPolling, False for no polling, or a polling object for personal polling strategy

polling_interval
int
Required

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of AsyncLROPoller that returns either str or the result of cls(response)

Return type

Exceptions

~azure.core.exceptions.HttpResponseError

begin_reset

Resets the primary of the virtual network gateway in the specified resource group.

begin_reset(resource_group_name: str, virtual_network_gateway_name: str, parameters: azure.mgmt.network.v2015_06_15.models._models_py3.VirtualNetworkGateway, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('models.VirtualNetworkGateway')]

Parameters

resource_group_name
str
Required

The name of the resource group.

virtual_network_gateway_name
str
Required

The name of the virtual network gateway.

parameters
VirtualNetworkGateway
Required

Virtual network gateway vip address supplied to the begin reset of the active-active feature enabled gateway.

cls
callable
Required

A custom type or function that will be passed the direct response

continuation_token
str
Required

A continuation token to restart a poller from a saved state.

polling
bool or AsyncPollingMethod
Required

True for ARMPolling, False for no polling, or a polling object for personal polling strategy

polling_interval
int
Required

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of AsyncLROPoller that returns either VirtualNetworkGateway or the result of cls(response)

Return type

Exceptions

~azure.core.exceptions.HttpResponseError

get

Gets the specified virtual network gateway by resource group.

get(resource_group_name: str, virtual_network_gateway_name: str, **kwargs) -> azure.mgmt.network.v2015_06_15.models._models_py3.VirtualNetworkGateway

Parameters

resource_group_name
str
Required

The name of the resource group.

virtual_network_gateway_name
str
Required

The name of the virtual network gateway.

cls
callable
Required

A custom type or function that will be passed the direct response

Returns

VirtualNetworkGateway, or the result of cls(response)

Return type

Exceptions

~azure.core.exceptions.HttpResponseError

list

Gets all virtual network gateways by resource group.

list(resource_group_name: str, **kwargs) -> typing.AsyncIterable[_ForwardRef('models.VirtualNetworkGatewayListResult')]

Parameters

resource_group_name
str
Required

The name of the resource group.

cls
callable
Required

A custom type or function that will be passed the direct response

Returns

An iterator like instance of either VirtualNetworkGatewayListResult or the result of cls(response)

Return type

Exceptions

~azure.core.exceptions.HttpResponseError

Attributes

models

models = <module 'azure.mgmt.network.v2015_06_15.models' from 'c:\\repo\\venv\\lib\\site-packages\\azure\\mgmt\\network\\v2015_06_15\\models\\__init__.py'>