Share via


SqlPaasTargetConfig Class

Definition

SQL target options.

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

Constructors

SqlPaasTargetConfig()

Initializes a new instance of SqlPaasTargetConfig.

Properties

ComputeTier

Gets or sets the Azure SQL compute tier.

HardwareGeneration

Gets or sets the Azure SQL hardware generation.

ServiceTier

Gets or sets the Azure SQL service tier.

TargetLocations

Gets or sets the target ___location.

TargetType

Gets or sets the Azure SQL target type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlPaasTargetConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlPaasTargetConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlPaasTargetConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlPaasTargetConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlPaasTargetConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to