Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionPolicy
-
Packages that use ProtectionPolicy 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 ProtectionPolicy in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectionPolicy Modifier and Type Method Description ProtectionPolicy
ProtectionPolicyResourceInner. properties()
Get the properties property: ProtectionPolicyResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type ProtectionPolicy Modifier and Type Method Description ProtectionPolicyResourceInner
ProtectionPolicyResourceInner. withProperties(ProtectionPolicy properties)
Set the properties property: ProtectionPolicyResource properties. -
Uses of ProtectionPolicy in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of ProtectionPolicy in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureFileShareProtectionPolicy
AzureStorage backup policy.class
AzureIaaSvmProtectionPolicy
IaaS VM workload-specific backup policy.class
AzureSqlProtectionPolicy
Azure SQL workload-specific backup policy.class
AzureVmWorkloadProtectionPolicy
Azure VM (Mercury) workload-specific backup policy.class
GenericProtectionPolicy
Azure VM (Mercury) workload-specific backup policy.class
MabProtectionPolicy
Mab container-specific backup policy.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionPolicy Modifier and Type Method Description ProtectionPolicy
ProtectionPolicyResource. properties()
Gets the properties property: ProtectionPolicyResource properties.ProtectionPolicy
ProtectionPolicy. withProtectedItemsCount(Integer protectedItemsCount)
Set the protectedItemsCount property: Number of items associated with this policy.ProtectionPolicy
ProtectionPolicy. withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)
Set the resourceGuardOperationRequests property: ResourceGuard Operation Requests.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type ProtectionPolicy Modifier and Type Method Description ProtectionPolicyResource.DefinitionStages.WithCreate
ProtectionPolicyResource.DefinitionStages.WithProperties. withProperties(ProtectionPolicy properties)
Specifies the properties property: ProtectionPolicyResource properties.ProtectionPolicyResource.Update
ProtectionPolicyResource.UpdateStages.WithProperties. withProperties(ProtectionPolicy properties)
Specifies the properties property: ProtectionPolicyResource properties.
-