Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectedItemResource
-
Packages that use ProtectedItemResource Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectedItemResource in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectedItemResource Modifier and Type Method Description ProtectedItemResource
ProtectedItemResource.Update. apply()
Executes the update request.ProtectedItemResource
ProtectedItemResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.ProtectedItemResource
ProtectedItemResource.DefinitionStages.WithCreate. create()
Executes the create request.ProtectedItemResource
ProtectedItemResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.ProtectedItemResource
ProtectedItemOperationResults. get(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String operationId)
Fetches the result of any operation on the backup item.ProtectedItemResource
ProtectedItems. get(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName)
Provides the details of the backed up item.ProtectedItemResource
ProtectedItems. getById(String id)
Provides the details of the backed up item.ProtectedItemResource
ProtectedItemResource. refresh()
Refreshes the resource to sync with Azure.ProtectedItemResource
ProtectedItemResource. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ProtectedItemResource Modifier and Type Method Description com.azure.core.http.rest.Response<ProtectedItemResource>
ProtectedItems. getByIdWithResponse(String id, String filter, com.azure.core.util.Context context)
Provides the details of the backed up item.com.azure.core.http.rest.Response<ProtectedItemResource>
ProtectedItemOperationResults. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String operationId, com.azure.core.util.Context context)
Fetches the result of any operation on the backup item.com.azure.core.http.rest.Response<ProtectedItemResource>
ProtectedItems. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String filter, com.azure.core.util.Context context)
Provides the details of the backed up item.com.azure.core.http.rest.PagedIterable<ProtectedItemResource>
BackupProtectedItems. list(String vaultName, String resourceGroupName)
Provides a pageable list of all items that are backed up within a vault.com.azure.core.http.rest.PagedIterable<ProtectedItemResource>
BackupProtectedItems. list(String vaultName, String resourceGroupName, String filter, String skipToken, com.azure.core.util.Context context)
Provides a pageable list of all items that are backed up within a vault.
-