次の方法で共有


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' です。

適用対象