RecommendedActionImplementationInfo Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. RecommendedActionImplementationInfo
- com.
Implements
public final class RecommendedActionImplementationInfo
implements JsonSerializable<RecommendedActionImplementationInfo>
Contains information for manual implementation for an Azure SQL Database, Server or Elastic Pool Recommended Action.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Recommended |
fromJson(JsonReader jsonReader)
Reads an instance of Recommended |
|
Implementation |
method()
Get the method property: Gets the method in which this recommended action can be manually implemented. |
| String |
script()
Get the script property: Gets the manual implementation script. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RecommendedActionImplementationInfo fromJson(JsonReader jsonReader)
Reads an instance of RecommendedActionImplementationInfo from the JsonReader.
Parameters:
Returns:
Throws:
method
public ImplementationMethod method()
Get the method property: Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell.
Returns:
script
public String script()
Get the script property: Gets the manual implementation script. e.g., T-SQL script that could be executed on the database.
Returns:
toJson
validate
public void validate()
Validates the instance.