次の方法で共有


VaultsOperationsExtensions.ListByResourceGroupAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.Vault>> ListByResourceGroupAsync(this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, string resourceGroupName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.KeyVault.IVaultsOperations * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.Vault>>
<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 Vault))

パラメーター

operations
IVaultsOperations

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

resourceGroupName
String

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

top
Nullable<Int32>

返される結果の最大数。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象