Share via


SqlRecommendationReasoning Class

Definition

Class representing Azure SQL Recommendation Reasoning.

public class SqlRecommendationReasoning : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Migration.Assessment.Models.SqlRecommendationReasoning>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Migration.Assessment.Models.SqlRecommendationReasoning>
type SqlRecommendationReasoning = class
    interface IJsonModel<SqlRecommendationReasoning>
    interface IPersistableModel<SqlRecommendationReasoning>
Public Class SqlRecommendationReasoning
Implements IJsonModel(Of SqlRecommendationReasoning), IPersistableModel(Of SqlRecommendationReasoning)
Inheritance
SqlRecommendationReasoning
Implements

Properties

ContextParameters

Gets the Sql recommended reasoning parameters.

ReasoningCategory

Gets the reasoning category.

ReasoningId

Gets the reasoning id.

ReasoningString

Gets the reasoning status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlRecommendationReasoning>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SqlRecommendationReasoning>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlRecommendationReasoning>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlRecommendationReasoning>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SqlRecommendationReasoning>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to