SqlStorageUpdateSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- diskConfigurationType
- String
SQL Serverに適用するディスク構成。 指定できる値は、'NEW'、'EXTEND'、'ADD' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET