次の方法で共有


OperationListResult コンストラクター

定義

オーバーロード

OperationListResult()

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

OperationListResult(IList<Operation>)

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

OperationListResult()

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

public OperationListResult ();
Public Sub New ()

適用対象

OperationListResult(IList<Operation>)

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

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

パラメーター

value
IList<Operation>

リソース プロバイダー操作の一覧。

適用対象