次の方法で共有


OperationsListResults コンストラクター

定義

オーバーロード

OperationsListResults()

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

OperationsListResults(Nullable<Int32>, IList<Operation>)

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

OperationsListResults()

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

public OperationsListResults();
Public Sub New ()

適用対象

OperationsListResults(Nullable<Int32>, IList<Operation>)

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

public OperationsListResults(int? odatacount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.Operation> value = default);
new Microsoft.Azure.Management.PolicyInsights.Models.OperationsListResults : Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.Operation> -> Microsoft.Azure.Management.PolicyInsights.Models.OperationsListResults
Public Sub New (Optional odatacount As Nullable(Of Integer) = Nothing, Optional value As IList(Of Operation) = Nothing)

パラメーター

odatacount
Nullable<Int32>

OData エンティティ数。は、返される操作の数を表します。

value
IList<Operation>

使用可能な操作の一覧。

適用対象