Interface BackupUsageSummariesClient


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

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<BackupManagementUsageInner>
    list(String vaultName, String resourceGroupName)
    Fetches the backup management usage summaries of the vault.
    com.azure.core.http.rest.PagedIterable<BackupManagementUsageInner>
    list(String vaultName, String resourceGroupName, String filter, String skipToken, com.azure.core.util.Context context)
    Fetches the backup management usage summaries of the vault.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<BackupManagementUsageInner> list(String vaultName, String resourceGroupName)
      Fetches the backup management usage summaries of the vault.
      Parameters:
      vaultName - The name of the recovery services vault.
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      Returns:
      backup management usage for vault 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<BackupManagementUsageInner> list(String vaultName, String resourceGroupName, String filter, String skipToken, com.azure.core.util.Context context)
      Fetches the backup management usage summaries of the vault.
      Parameters:
      vaultName - The name of the recovery services vault.
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      filter - OData filter options.
      skipToken - skipToken Filter.
      context - The context to associate with this operation.
      Returns:
      backup management usage for vault 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.