VpnServerConfigurationsAssociatedWithVirtualWanOperations interface

Interface representing a VpnServerConfigurationsAssociatedWithVirtualWan operations.

Properties

beginList
beginListAndWait
list

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

Property Details

beginList

Warning

This API is now deprecated.

use list instead

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

Property Value

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

beginListAndWait

Warning

This API is now deprecated.

use list instead

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

Property Value

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

list

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

list: (resourceGroupName: string, virtualWANName: string, options?: VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams) => PollerLike<OperationState<VpnServerConfigurationsResponse>, VpnServerConfigurationsResponse>

Property Value

(resourceGroupName: string, virtualWANName: string, options?: VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams) => PollerLike<OperationState<VpnServerConfigurationsResponse>, VpnServerConfigurationsResponse>