次の方法で共有


VaultsOperationsExtensions.ListBySubscriptionIdAsync メソッド

定義

サブスクリプション内の指定した型のすべてのリソースをフェッチします。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Models.Vault>> ListBySubscriptionIdAsync (this Microsoft.Azure.Management.RecoveryServices.IVaultsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionIdAsync : Microsoft.Azure.Management.RecoveryServices.IVaultsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Models.Vault>>
<Extension()>
Public Function ListBySubscriptionIdAsync (operations As IVaultsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Vault))

パラメーター

operations
IVaultsOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象