你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlStorageSettings Class

Definition

Set disk storage settings for SQL Server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlStorageSettingsTypeConverter))]
public class SqlStorageSettings : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlStorageSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlStorageSettingsTypeConverter))>]
type SqlStorageSettings = class
    interface ISqlStorageSettings
    interface IJsonSerializable
Public Class SqlStorageSettings
Implements ISqlStorageSettings
Inheritance
SqlStorageSettings
Attributes
Implements

Constructors

SqlStorageSettings()

Creates an new SqlStorageSettings instance.

Properties

DefaultFilePath

SQL Server default file path

Lun

Logical Unit Numbers for the disks.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SqlStorageSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SqlStorageSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlStorageSettings.

FromJsonString(String)

Creates a new instance of SqlStorageSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SqlStorageSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to