Interface PacketCoreControlPlanes


  • public interface PacketCoreControlPlanes
    Resource collection API of PacketCoreControlPlanes.
    • Method Detail

      • deleteByResourceGroup

        void deleteByResourceGroup​(String resourceGroupName,
                                   String packetCoreControlPlaneName)
        Deletes the specified packet core control plane.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        packetCoreControlPlaneName - The name of the packet core control plane.
        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.
      • delete

        void delete​(String resourceGroupName,
                    String packetCoreControlPlaneName,
                    com.azure.core.util.Context context)
        Deletes the specified packet core control plane.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        packetCoreControlPlaneName - The name of the packet core control plane.
        context - The context to associate with this operation.
        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.
      • getByResourceGroup

        PacketCoreControlPlane getByResourceGroup​(String resourceGroupName,
                                                  String packetCoreControlPlaneName)
        Gets information about the specified packet core control plane.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        packetCoreControlPlaneName - The name of the packet core control plane.
        Returns:
        information about the specified packet core control plane.
        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.
      • getByResourceGroupWithResponse

        com.azure.core.http.rest.Response<PacketCoreControlPlane> getByResourceGroupWithResponse​(String resourceGroupName,
                                                                                                 String packetCoreControlPlaneName,
                                                                                                 com.azure.core.util.Context context)
        Gets information about the specified packet core control plane.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        packetCoreControlPlaneName - The name of the packet core control plane.
        context - The context to associate with this operation.
        Returns:
        information about the specified packet core control plane 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.
      • list

        com.azure.core.http.rest.PagedIterable<PacketCoreControlPlane> list()
        Lists all the packetCoreControlPlanes in a subscription.
        Returns:
        response for packet core control planes 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.
      • list

        com.azure.core.http.rest.PagedIterable<PacketCoreControlPlane> list​(com.azure.core.util.Context context)
        Lists all the packetCoreControlPlanes in a subscription.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        response for packet core control planes 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.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<PacketCoreControlPlane> listByResourceGroup​(String resourceGroupName)
        Lists all the packetCoreControlPlanes in a resource group.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        response for packet core control planes 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.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<PacketCoreControlPlane> listByResourceGroup​(String resourceGroupName,
                                                                                           com.azure.core.util.Context context)
        Lists all the packetCoreControlPlanes in a resource group.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        context - The context to associate with this operation.
        Returns:
        response for packet core control planes 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.
      • getById

        PacketCoreControlPlane getById​(String id)
        Gets information about the specified packet core control plane.
        Parameters:
        id - the resource ID.
        Returns:
        information about the specified packet core control plane 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.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<PacketCoreControlPlane> getByIdWithResponse​(String id,
                                                                                      com.azure.core.util.Context context)
        Gets information about the specified packet core control plane.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        information about the specified packet core control plane 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.
      • deleteById

        void deleteById​(String id)
        Deletes the specified packet core control plane.
        Parameters:
        id - the resource ID.
        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.
      • deleteByIdWithResponse

        void deleteByIdWithResponse​(String id,
                                    com.azure.core.util.Context context)
        Deletes the specified packet core control plane.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        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.