英語で読む

次の方法で共有


OperationListResult コンストラクター

定義

オーバーロード

OperationListResult()

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

OperationListResult(IList<Operation>, String)

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

OperationListResult()

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

public OperationListResult ();

適用対象

Azure SDK for .NET Legacy
製品 バージョン
Azure SDK for .NET Legacy

OperationListResult(IList<Operation>, String)

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

public OperationListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Operation> value = default, string nextLink = default);

パラメーター

value
IList<Operation>

Microsoft.Resources 操作の一覧。

nextLink
String

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

適用対象

Azure SDK for .NET Legacy
製品 バージョン
Azure SDK for .NET Legacy