次の方法で共有


StorageSyncServicesOperationsExtensions.ListBySubscriptionAsync メソッド

定義

サブスクリプション別に StorageSyncService リストを取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService>> ListBySubscriptionAsync (this Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IStorageSyncServicesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of StorageSyncService))

パラメーター

operations
IStorageSyncServicesOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象