Interface DeletedProtectionContainers


public interface DeletedProtectionContainers
Resource collection API of DeletedProtectionContainers.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<ProtectionContainerResource>
    list(String resourceGroupName, String vaultName)
    Lists the soft deleted containers registered to Recovery Services Vault.
    com.azure.core.http.rest.PagedIterable<ProtectionContainerResource>
    list(String resourceGroupName, String vaultName, String filter, com.azure.core.util.Context context)
    Lists the soft deleted containers registered to Recovery Services Vault.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<ProtectionContainerResource> list(String resourceGroupName, String vaultName)
      Lists the soft deleted containers registered to Recovery Services Vault.
      Parameters:
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      vaultName - The name of the recovery services vault.
      Returns:
      list of ProtectionContainer resources 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.
    • list

      com.azure.core.http.rest.PagedIterable<ProtectionContainerResource> list(String resourceGroupName, String vaultName, String filter, com.azure.core.util.Context context)
      Lists the soft deleted containers registered to Recovery Services Vault.
      Parameters:
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      vaultName - The name of the recovery services vault.
      filter - OData filter options.
      context - The context to associate with this operation.
      Returns:
      list of ProtectionContainer resources 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.