public interface VpnServerConfigurationsAssociatedWithVirtualWansClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner> |
beginList(String resourceGroupName,
String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner> |
beginList(String resourceGroupName,
String virtualWanName,
com.azure.core.util.Context context)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner> |
beginListAsync(String resourceGroupName,
String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
VpnServerConfigurationsResponseInner |
list(String resourceGroupName,
String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
VpnServerConfigurationsResponseInner |
list(String resourceGroupName,
String virtualWanName,
com.azure.core.util.Context context)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
Mono<VpnServerConfigurationsResponseInner> |
listAsync(String resourceGroupName,
String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listWithResponseAsync(String resourceGroupName,
String virtualWanName)
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listWithResponseAsync(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner> beginListAsync(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner> beginList(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>,VpnServerConfigurationsResponseInner> beginList(String resourceGroupName, String virtualWanName, com.azure.core.util.Context context)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VpnServerConfigurationsResponseInner> listAsync(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VpnServerConfigurationsResponseInner list(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VpnServerConfigurationsResponseInner list(String resourceGroupName, String virtualWanName, com.azure.core.util.Context context)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN whose associated VpnServerConfigurations is needed.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.