Interface VpnServerConfigurationsAssociatedWithVirtualWansClient


public interface VpnServerConfigurationsAssociatedWithVirtualWansClient
An instance of this class provides access to all the operations defined in VpnServerConfigurationsAssociatedWithVirtualWansClient.
  • 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 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.
    • 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 PollerFlux for 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 SyncPoller for 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 SyncPoller for 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

      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.
      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.