Uses of Class
com.azure.resourcemanager.sql.models.RecommendedActionStateInfo
Packages that use RecommendedActionStateInfo
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of RecommendedActionStateInfo in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return RecommendedActionStateInfoModifier and TypeMethodDescriptionRecommendedActionInner.state()Get the state property: Gets the info of the current state the recommended action is in.RecommendedActionProperties.state()Get the state property: Gets the info of the current state the recommended action is in.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type RecommendedActionStateInfoModifier and TypeMethodDescriptionRecommendedActionInner.withState(RecommendedActionStateInfo state) Set the state property: Gets the info of the current state the recommended action is in.RecommendedActionProperties.withState(RecommendedActionStateInfo state) Set the state property: Gets the info of the current state the recommended action is in. -
Uses of RecommendedActionStateInfo in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type RecommendedActionStateInfoModifier and TypeClassDescriptionfinal classContains information of current state for an Azure SQL Database, Server or Elastic Pool Recommended Action.Methods in com.azure.resourcemanager.sql.models that return RecommendedActionStateInfoModifier and TypeMethodDescriptionstatic RecommendedActionStateInfoRecommendedActionStateInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecommendedActionStateInfo from the JsonReader.RecommendedActionStateInfo.withCurrentValue(RecommendedActionCurrentState currentValue) Set the currentValue property: Current state the recommended action is in.