Uses of Class
com.azure.resourcemanager.sql.models.RecommendedActionImpactRecord
Packages that use RecommendedActionImpactRecord
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of RecommendedActionImpactRecord in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type RecommendedActionImpactRecordModifier and TypeMethodDescriptionRecommendedActionInner.estimatedImpact()Get the estimatedImpact property: Gets the estimated impact info for this recommended action e.g., Estimated CPU gain, Estimated Disk Space change.RecommendedActionProperties.estimatedImpact()Get the estimatedImpact property: Gets the estimated impact info for this recommended action e.g., Estimated CPU gain, Estimated Disk Space change.RecommendedActionInner.observedImpact()Get the observedImpact property: Gets the observed/actual impact info for this recommended action e.g., Actual CPU gain, Actual Disk Space change.RecommendedActionProperties.observedImpact()Get the observedImpact property: Gets the observed/actual impact info for this recommended action e.g., Actual CPU gain, Actual Disk Space change. -
Uses of RecommendedActionImpactRecord in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type RecommendedActionImpactRecordModifier and TypeClassDescriptionfinal classContains information of estimated or observed impact on various metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.Methods in com.azure.resourcemanager.sql.models that return RecommendedActionImpactRecordModifier and TypeMethodDescriptionRecommendedActionImpactRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecommendedActionImpactRecord from the JsonReader.