Interface VpnServerConfigurationsAssociatedWithVirtualWansClient
public interface VpnServerConfigurationsAssociatedWithVirtualWansClient
An instance of this class provides access to all the operations defined in
VpnServerConfigurationsAssociatedWithVirtualWansClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>, VpnServerConfigurationsResponseInner> 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> 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.Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.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.
-
Method Details
-
listWithResponseAsync
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.- 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
Responseon successful completion ofMono. - Throws:
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.
-
beginListAsync
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.- Parameters:
resourceGroupName- The resource group name.virtualWanName- The name of the VirtualWAN whose associated VpnServerConfigurations is needed.- Returns:
- the
PollerFluxfor polling of vpnServerConfigurations list associated with VirtualWan Response. - Throws:
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.
-
beginList
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.- Parameters:
resourceGroupName- The resource group name.virtualWanName- The name of the VirtualWAN whose associated VpnServerConfigurations is needed.- Returns:
- the
SyncPollerfor polling of vpnServerConfigurations list associated with VirtualWan Response. - Throws:
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.
-
beginList
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.- 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
SyncPollerfor polling of vpnServerConfigurations list associated with VirtualWan Response. - Throws:
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.
-
listAsync
Mono<VpnServerConfigurationsResponseInner> 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. - Throws:
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.
-
list
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.
- Throws:
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.
-
list
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.- 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.
- Throws:
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.
-