Partilhar via


VpnSitesConfigurationOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

NetworkManagementClient's

<xref:vpn_sites_configuration> attribute.

Inheritance
builtins.object
VpnSitesConfigurationOperations

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 resource group name. Required.

virtual_wan_name
Required
str

The name of the VirtualWAN for which configuration of all vpn-sites is needed. Required.

request
Required

Parameters supplied to download vpn-sites configuration. Is either a GetVpnSitesConfigurationRequest type or a IO[bytes] type. Required.

Returns

Type Description

An instance of LROPoller that returns either None or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.network.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\network\\models\\__init__.py'>