SqlStorageUpdateSettings Class

Definition

Set disk storage settings for SQL Server.

public class SqlStorageUpdateSettings
type SqlStorageUpdateSettings = class
Public Class SqlStorageUpdateSettings
Inheritance
SqlStorageUpdateSettings

Constructors

SqlStorageUpdateSettings()

Initializes a new instance of the SqlStorageUpdateSettings class.

SqlStorageUpdateSettings(Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the SqlStorageUpdateSettings class.

Properties

DiskConfigurationType

Gets or sets disk configuration to apply to SQL Server. Possible values include: 'NEW', 'EXTEND', 'ADD'

DiskCount

Gets or sets virtual machine disk count.

StartingDeviceId

Gets or sets device id of the first disk to be updated.

Applies to