次の方法で共有


VaultsOperationsExtensions.ListAsync メソッド

定義

List 操作は、サブスクリプションに関連付けられているコンテナーに関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource>> ListAsync (this Microsoft.Azure.Management.KeyVault.Fluent.IVaultsOperations operations, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.KeyVault.Fluent.IVaultsOperations * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource>>
<Extension()>
Public Function ListAsync (operations As IVaultsOperations, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SubResource))

パラメーター

operations
IVaultsOperations

この拡張メソッドの操作グループ。

top
Nullable<Int32>

返される結果の最大数。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象