Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.WorkloadItemResource
-
Packages that use WorkloadItemResource Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of WorkloadItemResource in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type WorkloadItemResource Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<WorkloadItemResource>
BackupWorkloadItems. 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>
BackupWorkloadItems. 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.
-