ManagedInstanceOperationSteps コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ManagedInstanceOperationSteps() |
ManagedInstanceOperationSteps クラスの新しいインスタンスを初期化します。 |
ManagedInstanceOperationSteps(String, Nullable<Int32>, IList<UpsertManagedServerOperationStep>) |
ManagedInstanceOperationSteps クラスの新しいインスタンスを初期化します。 |
ManagedInstanceOperationSteps()
ManagedInstanceOperationSteps クラスの新しいインスタンスを初期化します。
public ManagedInstanceOperationSteps ();
Public Sub New ()
適用対象
ManagedInstanceOperationSteps(String, Nullable<Int32>, IList<UpsertManagedServerOperationStep>)
ManagedInstanceOperationSteps クラスの新しいインスタンスを初期化します。
public ManagedInstanceOperationSteps (string totalSteps = default, int? currentStep = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep> stepsList = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps : string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationStep> -> Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps
Public Sub New (Optional totalSteps As String = Nothing, Optional currentStep As Nullable(Of Integer) = Nothing, Optional stepsList As IList(Of UpsertManagedServerOperationStep) = Nothing)
パラメーター
- totalSteps
- String
操作ステップの合計数。
- stepsList
- IList<UpsertManagedServerOperationStep>
操作ステップの一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET