Interface BackupWorkloadItems


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.azure.core.http.rest.PagedIterable<WorkloadItemResource> list​(String vaultName, String resourceGroupName, String fabricName, String containerName)
      Provides a pageable list of workload item of a specific container according to the query filter and the pagination parameters.
      com.azure.core.http.rest.PagedIterable<WorkloadItemResource> list​(String vaultName, String resourceGroupName, String fabricName, String containerName, String filter, String skipToken, com.azure.core.util.Context context)
      Provides a pageable list of workload item of a specific container according to the query filter and the pagination parameters.
    • Method Detail

      • list

        com.azure.core.http.rest.PagedIterable<WorkloadItemResource> list​(String vaultName,
                                                                          String resourceGroupName,
                                                                          String fabricName,
                                                                          String containerName)
        Provides a pageable list of workload item of a specific container according to the query filter and the pagination parameters.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        fabricName - Fabric name associated with the container.
        containerName - Name of the container.
        Returns:
        list of WorkloadItem 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<WorkloadItemResource> list​(String vaultName,
                                                                          String resourceGroupName,
                                                                          String fabricName,
                                                                          String containerName,
                                                                          String filter,
                                                                          String skipToken,
                                                                          com.azure.core.util.Context context)
        Provides a pageable list of workload item of a specific container according to the query filter and the pagination parameters.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        fabricName - Fabric name associated with the container.
        containerName - Name of the container.
        filter - OData filter options.
        skipToken - skipToken Filter.
        context - The context to associate with this operation.
        Returns:
        list of WorkloadItem 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.