SqlStorageSettings Class

Definition

Set disk storage settings for SQL Server.

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

Constructors

Name Description
SqlStorageSettings()

Initializes a new instance of SqlStorageSettings.

Properties

Name Description
DefaultFilePath

SQL Server default file path.

Luns

Logical Unit Numbers for the disks.

UseStoragePool

Use storage pool to build a drive if true or not provided.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SqlStorageSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlStorageSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlStorageSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlStorageSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlStorageSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to