次の方法で共有


VaultsOperationsExtensions.ListByResourceGroupAsync メソッド

定義

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

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

パラメーター

operations
IVaultsOperations

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

resourceGroupName
String

コンテナーが属するリソース グループの名前。

top
Nullable<Int32>

返される結果の最大数。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象