VpnServerConfigurationsAssociatedWithVirtualWan interface

Interface representing a VpnServerConfigurationsAssociatedWithVirtualWan.

Methods

beginList(string, string, VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams)

Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.

beginListAndWait(string, string, VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams)

Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.

Method Details

beginList(string, string, VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams)

Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.

function beginList(resourceGroupName: string, virtualWANName: string, options?: VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams): Promise<SimplePollerLike<OperationState<VpnServerConfigurationsResponse>, VpnServerConfigurationsResponse>>

Parameters

resourceGroupName

string

The resource group name.

virtualWANName

string

The name of the VirtualWAN whose associated VpnServerConfigurations is needed.

Returns

beginListAndWait(string, string, VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams)

Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.

function beginListAndWait(resourceGroupName: string, virtualWANName: string, options?: VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams): Promise<VpnServerConfigurationsResponse>

Parameters

resourceGroupName

string

The resource group name.

virtualWANName

string

The name of the VirtualWAN whose associated VpnServerConfigurations is needed.

Returns