SqlStorageUpdateSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- diskConfigurationType
- String
Disk configuration to apply to SQL Server. Possible values include: 'NEW', 'EXTEND', 'ADD'
Applies to
Azure SDK for .NET