Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.WorkloadProtectableItemResource
-
Packages that use WorkloadProtectableItemResource Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of WorkloadProtectableItemResource in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type WorkloadProtectableItemResource Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<WorkloadProtectableItemResource>
BackupProtectableItems. list(String vaultName, String resourceGroupName)
Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.com.azure.core.http.rest.PagedIterable<WorkloadProtectableItemResource>
BackupProtectableItems. list(String vaultName, String resourceGroupName, String filter, String skipToken, com.azure.core.util.Context context)
Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.
-