Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.KpiResourceHealthDetails
-
Packages that use KpiResourceHealthDetails Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of KpiResourceHealthDetails in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return KpiResourceHealthDetails Modifier and Type Method Description KpiResourceHealthDetails
KpiResourceHealthDetails. withResourceHealthDetails(List<ResourceHealthDetails> resourceHealthDetails)
Set the resourceHealthDetails property: Resource Health Status.KpiResourceHealthDetails
KpiResourceHealthDetails. withResourceHealthStatus(ResourceHealthStatus resourceHealthStatus)
Set the resourceHealthStatus property: Resource Health Status.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type KpiResourceHealthDetails Modifier and Type Method Description Map<String,KpiResourceHealthDetails>
AzureFileshareProtectedItem. kpisHealths()
Get the kpisHealths property: Health details of different KPIs.Map<String,KpiResourceHealthDetails>
AzureIaaSvmProtectedItem. kpisHealths()
Get the kpisHealths property: Health details of different KPIs.Map<String,KpiResourceHealthDetails>
AzureVmWorkloadProtectedItem. kpisHealths()
Get the kpisHealths property: Health details of different KPIs.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type KpiResourceHealthDetails Modifier and Type Method Description AzureFileshareProtectedItem
AzureFileshareProtectedItem. withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.AzureIaaSClassicComputeVMProtectedItem
AzureIaaSClassicComputeVMProtectedItem. withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.AzureIaaSComputeVMProtectedItem
AzureIaaSComputeVMProtectedItem. withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.AzureIaaSvmProtectedItem
AzureIaaSvmProtectedItem. withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.AzureVmWorkloadProtectedItem
AzureVmWorkloadProtectedItem. withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.AzureVmWorkloadSapAseDatabaseProtectedItem
AzureVmWorkloadSapAseDatabaseProtectedItem. withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.AzureVmWorkloadSapHanaDatabaseProtectedItem
AzureVmWorkloadSapHanaDatabaseProtectedItem. withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.AzureVmWorkloadSqlDatabaseProtectedItem
AzureVmWorkloadSqlDatabaseProtectedItem. withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.
-