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

SqlStorageUpdateSettings 构造函数

定义

重载

SqlStorageUpdateSettings()

初始化 SqlStorageUpdateSettings 类的新实例。

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

初始化 SqlStorageUpdateSettings 类的新实例。

SqlStorageUpdateSettings()

初始化 SqlStorageUpdateSettings 类的新实例。

public SqlStorageUpdateSettings ();
Public Sub New ()

适用于

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

初始化 SqlStorageUpdateSettings 类的新实例。

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)

参数

diskCount
Nullable<Int32>

虚拟机磁盘计数。

startingDeviceId
Nullable<Int32>

要更新的第一个磁盘的设备 ID。

diskConfigurationType
String

要应用于SQL Server的磁盘配置。 可能的值包括:“NEW”、“EXTEND”、“ADD”

适用于