VpnServerConfigurationsAssociatedWithVirtualWan interface
Interface representing a VpnServerConfigurationsAssociatedWithVirtualWan.
Methods
begin |
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group. |
begin |
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<VpnServerConfigurationsResponse>, VpnServerConfigurationsResponse>>
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.
The options parameters.
Returns
Promise<VpnServerConfigurationsResponse>