Bagikan melalui


SqlStorageUpdateSettings Constructors

Definition

Overloads

SqlStorageUpdateSettings()

Initializes a new instance of the SqlStorageUpdateSettings class.

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

Initializes a new instance of the SqlStorageUpdateSettings class.

SqlStorageUpdateSettings()

Initializes a new instance of the SqlStorageUpdateSettings class.

public SqlStorageUpdateSettings ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SqlStorageUpdateSettings class.

public SqlStorageUpdateSettings (int? diskCount = default, int? startingDeviceId = default, string diskConfigurationType = default);
new Microsoft.Azure.Management.SqlVirtualMachine.Models.SqlStorageUpdateSettings : Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.SqlVirtualMachine.Models.SqlStorageUpdateSettings
Public Sub New (Optional diskCount As Nullable(Of Integer) = Nothing, Optional startingDeviceId As Nullable(Of Integer) = Nothing, Optional diskConfigurationType As String = Nothing)

Parameters

diskCount
Nullable<Int32>

Virtual machine disk count.

startingDeviceId
Nullable<Int32>

Device id of the first disk to be updated.

diskConfigurationType
String

Disk configuration to apply to SQL Server. Possible values include: 'NEW', 'EXTEND', 'ADD'

Applies to