VpnSitesConfigurationOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

NetworkManagementClient's

<xref:vpn_sites_configuration> attribute.

Constructor

VpnSitesConfigurationOperations(*args, **kwargs)

Methods

begin_download

Gives the sas-url to download the configurations for vpn-sites in a resource group.

begin_download

Gives the sas-url to download the configurations for vpn-sites in a resource group.

begin_download(resource_group_name: str, virtual_wan_name: str, request: _models.GetVpnSitesConfigurationRequest, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[None]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

virtual_wan_name
Required
str

The name of the VirtualWAN. Required.

request
Required

Parameters supplied to download vpn-sites configuration. Is one of the following types: GetVpnSitesConfigurationRequest, JSON, IO[bytes] Required.

Returns

Type Description

An instance of LROPoller that returns None

Exceptions

Type Description