Share via


AssessmentSqlPaasSkuDto Class

Definition

Class representing Azure SQL PAAS SKU.

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

Properties

AzureSqlComputeTier

Gets the compute tier.

AzureSqlHardwareGeneration

Gets the hardware generation.

AzureSqlServiceTier

Gets the service tier.

AzureSqlTargetType

Gets the target type.

Cores

Gets the number of cores.

PredictedDataSizeInMB

Gets the predicted data size in megabytes in the Azure SQL, will impact the billing cost.

PredictedLogSizeInMB

Gets the predicted log size in megabytes in the Azure SQL, will impact the billing cost.

StorageMaxSizeInMB

Gets the storage maximum size in megabytes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AssessmentSqlPaasSkuDto>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AssessmentSqlPaasSkuDto>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AssessmentSqlPaasSkuDto>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AssessmentSqlPaasSkuDto>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AssessmentSqlPaasSkuDto>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to