Share via


SqlStorageUpdateSettings Class

Definition

Set disk storage settings for SQL Server.

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

Constructors

SqlStorageUpdateSettings()

Creates an new SqlStorageUpdateSettings instance.

Properties

DiskConfigurationType

Disk configuration to apply to SQL Server.

DiskCount

Virtual machine disk count.

StartingDeviceId

Device id of the first disk to be updated.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SqlStorageUpdateSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SqlStorageUpdateSettings.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SqlStorageUpdateSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to