Interface PacketCoreControlPlanesClient


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

    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.
      Returns:
      the SyncPoller for polling of long-running 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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.
      Returns:
      the SyncPoller for polling of long-running 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.
    • delete

      void delete(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.
    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<PacketCoreControlPlaneInner> 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.
    • getByResourceGroup

      PacketCoreControlPlaneInner 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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCoreControlPlaneInner>,PacketCoreControlPlaneInner> beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)
      Creates or updates a 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.
      parameters - Parameters supplied to the create or update packet core control plane operation.
      Returns:
      the SyncPoller for polling of packet core control plane resource.
      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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCoreControlPlaneInner>,PacketCoreControlPlaneInner> beginCreateOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, com.azure.core.util.Context context)
      Creates or updates a 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.
      parameters - Parameters supplied to the create or update packet core control plane operation.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of packet core control plane resource.
      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.
    • createOrUpdate

      PacketCoreControlPlaneInner createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters)
      Creates or updates a 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.
      parameters - Parameters supplied to the create or update packet core control plane operation.
      Returns:
      packet core control plane resource.
      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.
    • createOrUpdate

      PacketCoreControlPlaneInner createOrUpdate(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneInner parameters, com.azure.core.util.Context context)
      Creates or updates a 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.
      parameters - Parameters supplied to the create or update packet core control plane operation.
      context - The context to associate with this operation.
      Returns:
      packet core control plane resource.
      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.
    • updateTagsWithResponse

      com.azure.core.http.rest.Response<PacketCoreControlPlaneInner> updateTagsWithResponse(String resourceGroupName, String packetCoreControlPlaneName, TagsObject parameters, com.azure.core.util.Context context)
      Updates packet core control planes tags.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      parameters - Parameters supplied to update packet core control plane tags.
      context - The context to associate with this operation.
      Returns:
      packet core control plane resource 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.
    • updateTags

      PacketCoreControlPlaneInner updateTags(String resourceGroupName, String packetCoreControlPlaneName, TagsObject parameters)
      Updates packet core control planes tags.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      parameters - Parameters supplied to update packet core control plane tags.
      Returns:
      packet core control plane resource.
      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<PacketCoreControlPlaneInner> list()
      Lists all the packet core control planes 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<PacketCoreControlPlaneInner> list(com.azure.core.util.Context context)
      Lists all the packet core control planes 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<PacketCoreControlPlaneInner> listByResourceGroup(String resourceGroupName)
      Lists all the packet core control planes 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<PacketCoreControlPlaneInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
      Lists all the packet core control planes 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.
    • beginRollback

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginRollback(String resourceGroupName, String packetCoreControlPlaneName)
      Roll back the specified packet core control plane to the previous version, "rollbackVersion". Multiple consecutive rollbacks are not possible. This action may cause a service outage.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      Returns:
      the SyncPoller for polling of the current status of an async 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.
    • beginRollback

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginRollback(String resourceGroupName, String packetCoreControlPlaneName, com.azure.core.util.Context context)
      Roll back the specified packet core control plane to the previous version, "rollbackVersion". Multiple consecutive rollbacks are not possible. This action may cause a service outage.
      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:
      the SyncPoller for polling of the current status of an async 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.
    • rollback

      AsyncOperationStatusInner rollback(String resourceGroupName, String packetCoreControlPlaneName)
      Roll back the specified packet core control plane to the previous version, "rollbackVersion". Multiple consecutive rollbacks are not possible. This action may cause a service outage.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      Returns:
      the current status of an async 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.
    • rollback

      AsyncOperationStatusInner rollback(String resourceGroupName, String packetCoreControlPlaneName, com.azure.core.util.Context context)
      Roll back the specified packet core control plane to the previous version, "rollbackVersion". Multiple consecutive rollbacks are not possible. This action may cause a service outage.
      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:
      the current status of an async 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.
    • beginReinstall

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginReinstall(String resourceGroupName, String packetCoreControlPlaneName)
      Reinstall the specified packet core control plane. This action will remove any transaction state from the packet core to return it to a known state. This action will cause a service outage.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      Returns:
      the SyncPoller for polling of the current status of an async 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.
    • beginReinstall

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginReinstall(String resourceGroupName, String packetCoreControlPlaneName, com.azure.core.util.Context context)
      Reinstall the specified packet core control plane. This action will remove any transaction state from the packet core to return it to a known state. This action will cause a service outage.
      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:
      the SyncPoller for polling of the current status of an async 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.
    • reinstall

      AsyncOperationStatusInner reinstall(String resourceGroupName, String packetCoreControlPlaneName)
      Reinstall the specified packet core control plane. This action will remove any transaction state from the packet core to return it to a known state. This action will cause a service outage.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      Returns:
      the current status of an async 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.
    • reinstall

      AsyncOperationStatusInner reinstall(String resourceGroupName, String packetCoreControlPlaneName, com.azure.core.util.Context context)
      Reinstall the specified packet core control plane. This action will remove any transaction state from the packet core to return it to a known state. This action will cause a service outage.
      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:
      the current status of an async 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.
    • beginCollectDiagnosticsPackage

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)
      Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      parameters - Parameters supplied to the packet core control plane collect diagnostics package operation.
      Returns:
      the SyncPoller for polling of the current status of an async 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.
    • beginCollectDiagnosticsPackage

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AsyncOperationStatusInner>,AsyncOperationStatusInner> beginCollectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, com.azure.core.util.Context context)
      Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      parameters - Parameters supplied to the packet core control plane collect diagnostics package operation.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of the current status of an async 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.
    • collectDiagnosticsPackage

      AsyncOperationStatusInner collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters)
      Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      parameters - Parameters supplied to the packet core control plane collect diagnostics package operation.
      Returns:
      the current status of an async 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.
    • collectDiagnosticsPackage

      AsyncOperationStatusInner collectDiagnosticsPackage(String resourceGroupName, String packetCoreControlPlaneName, PacketCoreControlPlaneCollectDiagnosticsPackage parameters, com.azure.core.util.Context context)
      Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      parameters - Parameters supplied to the packet core control plane collect diagnostics package operation.
      context - The context to associate with this operation.
      Returns:
      the current status of an async 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.