Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureIaaSvmHealthDetails
-
Packages that use AzureIaaSvmHealthDetails Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureIaaSvmHealthDetails in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type AzureIaaSvmHealthDetails Modifier and Type Method Description List<AzureIaaSvmHealthDetails>
AzureIaaSvmProtectedItem. healthDetails()
Get the healthDetails property: Health details on this backup item.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type AzureIaaSvmHealthDetails Modifier and Type Method Description AzureIaaSClassicComputeVMProtectedItem
AzureIaaSClassicComputeVMProtectedItem. withHealthDetails(List<AzureIaaSvmHealthDetails> healthDetails)
Set the healthDetails property: Health details on this backup item.AzureIaaSComputeVMProtectedItem
AzureIaaSComputeVMProtectedItem. withHealthDetails(List<AzureIaaSvmHealthDetails> healthDetails)
Set the healthDetails property: Health details on this backup item.AzureIaaSvmProtectedItem
AzureIaaSvmProtectedItem. withHealthDetails(List<AzureIaaSvmHealthDetails> healthDetails)
Set the healthDetails property: Health details on this backup item.
-