VpnServerConfigurationsAssociatedWithVirtualWansClient Interface
public interface VpnServerConfigurationsAssociatedWithVirtualWansClient
An instance of this class provides access to all the operations defined in VpnServerConfigurationsAssociatedWithVirtualWansClient.
Method Summary
Modifier and Type |
Method and Description |
abstract
SyncPoller<PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner>
|
beginList(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
abstract
SyncPoller<PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner>
|
beginList(String resourceGroupName, String virtualWanName, Context context)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
abstract
PollerFlux<PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner>
|
beginListAsync(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
abstract
VpnServerConfigurationsResponseInner
|
list(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
abstract
VpnServerConfigurationsResponseInner
|
list(String resourceGroupName, String virtualWanName, Context context)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
abstract
Mono<VpnServerConfigurationsResponseInner>
|
listAsync(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
abstract
Mono<Response<Flux<ByteBuffer>>>
|
listWithResponseAsync(String resourceGroupName, String virtualWanName)
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