다음을 통해 공유


SqlTempDBSettings Class

Definition

The SqlTempDBSettings.

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

Constructors

SqlTempDBSettings()

Initializes a new instance of SqlTempDBSettings.

Properties

DataFileCount

SQL Server tempdb data file count.

DataFileSize

SQL Server tempdb data file size.

DataGrowth

SQL Server tempdb data file autoGrowth size.

DefaultFilePath

SQL Server default file path.

LogFileSize

SQL Server tempdb log file size.

LogGrowth

SQL Server tempdb log file autoGrowth size.

LogicalUnitNumbers

Logical Unit Numbers for the disks.

PersistFolder

SQL Server tempdb persist folder choice.

PersistFolderPath

SQL Server tempdb persist folder location.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlTempDBSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlTempDBSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlTempDBSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlTempDBSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlTempDBSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to