次の方法で共有


OperationListResult コンストラクター

定義

オーバーロード

OperationListResult()

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

OperationListResult(IList<Operation>, String)

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

OperationListResult()

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

public OperationListResult ();
Public Sub New ()

適用対象

OperationListResult(IList<Operation>, String)

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

public OperationListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Operation> value = default, string nextLink = default);
new Microsoft.Azure.Management.ResourceManager.Models.OperationListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Operation> * string -> Microsoft.Azure.Management.ResourceManager.Models.OperationListResult
Public Sub New (Optional value As IList(Of Operation) = Nothing, Optional nextLink As String = Nothing)

パラメーター

value
IList<Operation>

Microsoft.Resources 操作の一覧。

nextLink
String

次の一連の操作リストの結果を取得するための URL (ある場合)。

適用対象