Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointTierInformationV2
-
Packages that use RecoveryPointTierInformationV2 Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RecoveryPointTierInformationV2 in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RecoveryPointTierInformationV2 Modifier and Type Method Description RecoveryPointTierInformationV2
RecoveryPointTierInformationV2. withExtendedInfo(Map<String,String> extendedInfo)
Set the extendedInfo property: Recovery point tier status.RecoveryPointTierInformationV2
RecoveryPointTierInformationV2. withStatus(RecoveryPointTierStatus status)
Set the status property: Recovery point tier status.RecoveryPointTierInformationV2
RecoveryPointTierInformationV2. withType(RecoveryPointTierType type)
Set the type property: Recovery point tier type.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type RecoveryPointTierInformationV2 Modifier and Type Method Description List<RecoveryPointTierInformationV2>
AzureWorkloadRecoveryPoint. recoveryPointTierDetails()
Get the recoveryPointTierDetails property: Recovery point tier information.List<RecoveryPointTierInformationV2>
IaasVMRecoveryPoint. recoveryPointTierDetails()
Get the recoveryPointTierDetails property: Recovery point tier information.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type RecoveryPointTierInformationV2 Modifier and Type Method Description AzureWorkloadPointInTimeRecoveryPoint
AzureWorkloadPointInTimeRecoveryPoint. withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.AzureWorkloadRecoveryPoint
AzureWorkloadRecoveryPoint. withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.AzureWorkloadSapHanaPointInTimeRecoveryPoint
AzureWorkloadSapHanaPointInTimeRecoveryPoint. withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.AzureWorkloadSapHanaRecoveryPoint
AzureWorkloadSapHanaRecoveryPoint. withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.AzureWorkloadSqlPointInTimeRecoveryPoint
AzureWorkloadSqlPointInTimeRecoveryPoint. withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.AzureWorkloadSqlRecoveryPoint
AzureWorkloadSqlRecoveryPoint. withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.IaasVMRecoveryPoint
IaasVMRecoveryPoint. withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.
-