次の方法で共有


ManagedInstanceOperationSteps コンストラクター

定義

オーバーロード

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

操作ステップの合計数。

currentStep
Nullable<Int32>

現在の操作ステップの数。

stepsList
IList<UpsertManagedServerOperationStep>

操作ステップの一覧。

適用対象