Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionIntent
-
Packages that use ProtectionIntent 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 ProtectionIntent in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectionIntent Modifier and Type Method Description ProtectionIntent
ProtectionIntentResourceInner. properties()
Get the properties property: ProtectionIntentResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type ProtectionIntent Modifier and Type Method Description ProtectionIntentResourceInner
ProtectionIntentResourceInner. withProperties(ProtectionIntent properties)
Set the properties property: ProtectionIntentResource properties. -
Uses of ProtectionIntent in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of ProtectionIntent in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureRecoveryServiceVaultProtectionIntent
Azure Recovery Services Vault specific protection intent item.class
AzureResourceProtectionIntent
IaaS VM specific backup protection intent item.class
AzureWorkloadAutoProtectionIntent
Azure Recovery Services Vault specific protection intent item.class
AzureWorkloadContainerAutoProtectionIntent
Azure workload specific protection intent item.class
AzureWorkloadSqlAutoProtectionIntent
Azure Workload SQL Auto Protection intent item.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionIntent Modifier and Type Method Description ProtectionIntent
ProtectionIntentResource. properties()
Gets the properties property: ProtectionIntentResource properties.ProtectionIntent
ProtectionIntent. withBackupManagementType(BackupManagementType backupManagementType)
Set the backupManagementType property: Type of backup management for the backed up item.ProtectionIntent
ProtectionIntent. withItemId(String itemId)
Set the itemId property: ID of the item which is getting protected, In case of Azure Vm , it is ProtectedItemId.ProtectionIntent
ProtectionIntent. withPolicyId(String policyId)
Set the policyId property: ID of the backup policy with which this item is backed up.ProtectionIntent
ProtectionIntent. withProtectionState(ProtectionStatus protectionState)
Set the protectionState property: Backup state of this backup item.ProtectionIntent
ProtectionIntent. withSourceResourceId(String sourceResourceId)
Set the sourceResourceId property: ARM ID of the resource to be backed up.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type ProtectionIntent Modifier and Type Method Description ProtectionIntentResource.DefinitionStages.WithCreate
ProtectionIntentResource.DefinitionStages.WithProperties. withProperties(ProtectionIntent properties)
Specifies the properties property: ProtectionIntentResource properties.ProtectionIntentResource.Update
ProtectionIntentResource.UpdateStages.WithProperties. withProperties(ProtectionIntent properties)
Specifies the properties property: ProtectionIntentResource properties.
-