Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.WorkloadProtectableItem
-
Packages that use WorkloadProtectableItem 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 WorkloadProtectableItem in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return WorkloadProtectableItem Modifier and Type Method Description WorkloadProtectableItem
WorkloadProtectableItemResourceInner. properties()
Get the properties property: WorkloadProtectableItemResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type WorkloadProtectableItem Modifier and Type Method Description WorkloadProtectableItemResourceInner
WorkloadProtectableItemResourceInner. withProperties(WorkloadProtectableItem properties)
Set the properties property: WorkloadProtectableItemResource properties. -
Uses of WorkloadProtectableItem in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of WorkloadProtectableItem in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureFileShareProtectableItem
Protectable item for Azure Fileshare workloads.class
AzureIaaSClassicComputeVMProtectableItem
IaaS VM workload-specific backup item representing the Classic Compute VM.class
AzureIaaSComputeVMProtectableItem
IaaS VM workload-specific backup item representing the Azure Resource Manager VM.class
AzureVmWorkloadProtectableItem
Azure VM workload-specific protectable item.class
AzureVmWorkloadSapAseSystemProtectableItem
Azure VM workload-specific protectable item representing SAP ASE System.class
AzureVmWorkloadSapHanaDatabaseProtectableItem
Azure VM workload-specific protectable item representing SAP HANA Database.class
AzureVmWorkloadSapHanaSystemProtectableItem
Azure VM workload-specific protectable item representing SAP HANA System.class
AzureVmWorkloadSqlAvailabilityGroupProtectableItem
Azure VM workload-specific protectable item representing SQL Availability Group.class
AzureVmWorkloadSqlDatabaseProtectableItem
Azure VM workload-specific protectable item representing SQL Database.class
AzureVmWorkloadSqlInstanceProtectableItem
Azure VM workload-specific protectable item representing SQL Instance.class
IaaSvmProtectableItem
IaaS VM workload-specific backup item.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return WorkloadProtectableItem Modifier and Type Method Description WorkloadProtectableItem
WorkloadProtectableItemResource. properties()
Gets the properties property: WorkloadProtectableItemResource properties.WorkloadProtectableItem
WorkloadProtectableItem. withBackupManagementType(String backupManagementType)
Set the backupManagementType property: Type of backup management to backup an item.WorkloadProtectableItem
WorkloadProtectableItem. withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly name of the backup item.WorkloadProtectableItem
WorkloadProtectableItem. withProtectionState(ProtectionStatus protectionState)
Set the protectionState property: State of the back up item.WorkloadProtectableItem
WorkloadProtectableItem. withWorkloadType(String workloadType)
Set the workloadType property: Type of workload for the backup management.
-