次の方法で共有


OperationList コンストラクター

定義

オーバーロード

OperationList()

OperationList クラスの新しいインスタンスを初期化します。

OperationList(IList<Operation>)

OperationList クラスの新しいインスタンスを初期化します。

OperationList()

OperationList クラスの新しいインスタンスを初期化します。

public OperationList ();
Public Sub New ()

適用対象

OperationList(IList<Operation>)

OperationList クラスの新しいインスタンスを初期化します。

public OperationList (System.Collections.Generic.IList<Microsoft.Azure.Management.ManagedServices.Models.Operation> value = default);
new Microsoft.Azure.Management.ManagedServices.Models.OperationList : System.Collections.Generic.IList<Microsoft.Azure.Management.ManagedServices.Models.Operation> -> Microsoft.Azure.Management.ManagedServices.Models.OperationList
Public Sub New (Optional value As IList(Of Operation) = Nothing)

パラメーター

value
IList<Operation>

Microsoft.ManagedServices 操作の一覧。

適用対象