Interface PacketCoreControlPlaneVersionsClient


public interface PacketCoreControlPlaneVersionsClient
An instance of this class provides access to all the operations defined in PacketCoreControlPlaneVersionsClient.
  • Method Details

    • get

      Gets information about the specified packet core control plane version.
      Parameters:
      versionName - The name of the packet core control plane version.
      Returns:
      information about the specified packet core control plane version.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<PacketCoreControlPlaneVersionInner> getWithResponse(String versionName, com.azure.core.util.Context context)
      Gets information about the specified packet core control plane version.
      Parameters:
      versionName - The name of the packet core control plane version.
      context - The context to associate with this operation.
      Returns:
      information about the specified packet core control plane version along with 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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<PacketCoreControlPlaneVersionInner> listByResourceGroup()
      Lists all supported packet core control planes versions.
      Returns:
      response for packet core control plane version API service call as paginated response with PagedIterable.
      Throws:
      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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<PacketCoreControlPlaneVersionInner> listByResourceGroup(com.azure.core.util.Context context)
      Lists all supported packet core control planes versions.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      response for packet core control plane version API service call as paginated response with PagedIterable.
      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.