Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Method Details
beginList
public abstract SyncPoller,VpnServerConfigurationsResponseInner> beginList(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
resourceGroupName
- The resource group name.
virtualWanName
- The name of the VirtualWAN whose associated VpnServerConfigurations is needed.
Returns:
the SyncPoller<T,U> for polling of vpnServerConfigurations list associated with VirtualWan Response.
beginList
public abstract SyncPoller,VpnServerConfigurationsResponseInner> beginList(String resourceGroupName, String virtualWanName, Context context)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
resourceGroupName
- The resource group name.
virtualWanName
- The name of the VirtualWAN whose associated VpnServerConfigurations is needed.
context
- The context to associate with this operation.
Returns:
the SyncPoller<T,U> for polling of vpnServerConfigurations list associated with VirtualWan Response.
beginListAsync
public abstract PollerFlux,VpnServerConfigurationsResponseInner> beginListAsync(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
resourceGroupName
- The resource group name.
virtualWanName
- The name of the VirtualWAN whose associated VpnServerConfigurations is needed.
Returns:
the PollerFlux<T,U> for polling of vpnServerConfigurations list associated with VirtualWan Response.
list
public abstract VpnServerConfigurationsResponseInner list(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
resourceGroupName
- The resource group name.
virtualWanName
- The name of the VirtualWAN whose associated VpnServerConfigurations is needed.
Returns:
vpnServerConfigurations list associated with VirtualWan Response.
list
public abstract VpnServerConfigurationsResponseInner list(String resourceGroupName, String virtualWanName, Context context)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
resourceGroupName
- The resource group name.
virtualWanName
- The name of the VirtualWAN whose associated VpnServerConfigurations is needed.
context
- The context to associate with this operation.
Returns:
vpnServerConfigurations list associated with VirtualWan Response.
listAsync
public abstract Mono listAsync(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
resourceGroupName
- The resource group name.
virtualWanName
- The name of the VirtualWAN whose associated VpnServerConfigurations is needed.
Returns:
vpnServerConfigurations list associated with VirtualWan Response on successful completion of
Mono.
listWithResponseAsync
public abstract Mono>> listWithResponseAsync(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
resourceGroupName
- The resource group name.
virtualWanName
- The name of the VirtualWAN whose associated VpnServerConfigurations is needed.
Returns:
vpnServerConfigurations list associated with VirtualWan Response along with Response<T> on
successful completion of Mono.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.