Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectedItem
-
Packages that use ProtectedItem Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectedItem in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectedItem Modifier and Type Method Description ProtectedItem
ProtectedItemResourceInner. properties()
Get the properties property: ProtectedItemResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type ProtectedItem Modifier and Type Method Description ProtectedItemResourceInner
ProtectedItemResourceInner. withProperties(ProtectedItem properties)
Set the properties property: ProtectedItemResource properties. -
Uses of ProtectedItem in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of ProtectedItem in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureFileshareProtectedItem
Azure File Share workload-specific backup item.class
AzureIaaSClassicComputeVMProtectedItem
IaaS VM workload-specific backup item representing the Classic Compute VM.class
AzureIaaSComputeVMProtectedItem
IaaS VM workload-specific backup item representing the Azure Resource Manager VM.class
AzureIaaSvmProtectedItem
IaaS VM workload-specific backup item.class
AzureSqlProtectedItem
Azure SQL workload-specific backup item.class
AzureVmWorkloadProtectedItem
Azure VM workload-specific protected item.class
AzureVmWorkloadSapAseDatabaseProtectedItem
Azure VM workload-specific protected item representing SAP ASE Database.class
AzureVmWorkloadSapHanaDatabaseProtectedItem
Azure VM workload-specific protected item representing SAP HANA Database.class
AzureVmWorkloadSqlDatabaseProtectedItem
Azure VM workload-specific protected item representing SQL Database.class
DpmProtectedItem
Additional information on Backup engine specific backup item.class
GenericProtectedItem
Base class for backup items.class
MabFileFolderProtectedItem
MAB workload-specific backup item.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectedItem Modifier and Type Method Description ProtectedItem
ProtectedItemResource. properties()
Gets the properties property: ProtectedItemResource properties.ProtectedItem
ProtectedItem. withBackupManagementType(BackupManagementType backupManagementType)
Set the backupManagementType property: Type of backup management for the backed up item.ProtectedItem
ProtectedItem. withBackupSetName(String backupSetName)
Set the backupSetName property: Name of the backup set the backup item belongs to.ProtectedItem
ProtectedItem. withContainerName(String containerName)
Set the containerName property: Unique name of container.ProtectedItem
ProtectedItem. withCreateMode(CreateMode createMode)
Set the createMode property: Create mode to indicate recovery of existing soft deleted data source or creation of new data source.ProtectedItem
ProtectedItem. withDeferredDeleteTimeInUtc(OffsetDateTime deferredDeleteTimeInUtc)
Set the deferredDeleteTimeInUtc property: Time for deferred deletion in UTC.ProtectedItem
ProtectedItem. withDeferredDeleteTimeRemaining(String deferredDeleteTimeRemaining)
Set the deferredDeleteTimeRemaining property: Time remaining before the DS marked for deferred delete is permanently deleted.ProtectedItem
ProtectedItem. withIsArchiveEnabled(Boolean isArchiveEnabled)
Set the isArchiveEnabled property: Flag to identify whether datasource is protected in archive.ProtectedItem
ProtectedItem. withIsDeferredDeleteScheduleUpcoming(Boolean isDeferredDeleteScheduleUpcoming)
Set the isDeferredDeleteScheduleUpcoming property: Flag to identify whether the deferred deleted DS is to be purged soon.ProtectedItem
ProtectedItem. withIsRehydrate(Boolean isRehydrate)
Set the isRehydrate property: Flag to identify that deferred deleted DS is to be moved into Pause state.ProtectedItem
ProtectedItem. withIsScheduledForDeferredDelete(Boolean isScheduledForDeferredDelete)
Set the isScheduledForDeferredDelete property: Flag to identify whether the DS is scheduled for deferred delete.ProtectedItem
ProtectedItem. withLastRecoveryPoint(OffsetDateTime lastRecoveryPoint)
Set the lastRecoveryPoint property: Timestamp when the last (latest) backup copy was created for this backup item.ProtectedItem
ProtectedItem. withPolicyId(String policyId)
Set the policyId property: ID of the backup policy with which this item is backed up.ProtectedItem
ProtectedItem. withPolicyName(String policyName)
Set the policyName property: Name of the policy used for protection.ProtectedItem
ProtectedItem. withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)
Set the resourceGuardOperationRequests property: ResourceGuardOperationRequests on which LAC check will be performed.ProtectedItem
ProtectedItem. withSourceResourceId(String sourceResourceId)
Set the sourceResourceId property: ARM ID of the resource to be backed up.ProtectedItem
ProtectedItem. withWorkloadType(DataSourceType workloadType)
Set the workloadType property: Type of workload this item represents.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type ProtectedItem Modifier and Type Method Description ProtectedItemResource.DefinitionStages.WithCreate
ProtectedItemResource.DefinitionStages.WithProperties. withProperties(ProtectedItem properties)
Specifies the properties property: ProtectedItemResource properties.ProtectedItemResource.Update
ProtectedItemResource.UpdateStages.WithProperties. withProperties(ProtectedItem properties)
Specifies the properties property: ProtectedItemResource properties.
-