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
Sync |
beginList(String resourceGroupName, String virtualWanName)
Gives the list of Vpn |
|
abstract
Sync |
beginList(String resourceGroupName, String virtualWanName, Context context)
Gives the list of Vpn |
|
abstract
Poller |
beginListAsync(String resourceGroupName, String virtualWanName)
Gives the list of Vpn |
|
abstract
Vpn |
list(String resourceGroupName, String virtualWanName)
Gives the list of Vpn |
|
abstract
Vpn |
list(String resourceGroupName, String virtualWanName, Context context)
Gives the list of Vpn |
|
abstract
reactor.core.publisher.Mono<Vpn |
listAsync(String resourceGroupName, String virtualWanName)
Gives the list of Vpn |
|
abstract
reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<Byte |
listWithResponseAsync(String resourceGroupName, String virtualWanName)
Gives the list of Vpn |
Method Details
beginList
public abstract SyncPoller<PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner> beginList(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
Returns:
beginList
public 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.
Parameters:
Returns:
beginListAsync
public abstract PollerFlux<PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner> beginListAsync(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
Returns:
list
public abstract VpnServerConfigurationsResponseInner list(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
Returns:
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:
Returns:
listAsync
public abstract Mono<VpnServerConfigurationsResponseInner> listAsync(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> listWithResponseAsync(String resourceGroupName, String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
Parameters:
Returns: