次の方法で共有


ISqlServersBeta.ListUsageByRegionAsync(Region, CancellationToken) メソッド

定義

特定の Azure リージョンのAzure SQL サーバーの使用状況を非同期的に一覧表示します。

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Sql.Fluent.ISqlSubscriptionUsageMetric>> ListUsageByRegionAsync (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region region, System.Threading.CancellationToken cancellationToken = default);
abstract member ListUsageByRegionAsync : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Sql.Fluent.ISqlSubscriptionUsageMetric>>
Public Function ListUsageByRegionAsync (region As Region, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IReadOnlyList(Of ISqlSubscriptionUsageMetric))

パラメーター

region
Region

Azure SQL サーバーの使用状況を取得する場所。

cancellationToken
CancellationToken

戻り値

適用対象