IotHubResourceOperationsExtensions.GetQuotaMetricsAsync メソッド

定義

IoT ハブのクォータ メトリックを取得する

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo>> GetQuotaMetricsAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetQuotaMetricsAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo>>
<Extension()>
Public Function GetQuotaMetricsAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotHubQuotaMetricInfo))

パラメーター

operations
IIotHubResourceOperations

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

resourceGroupName
String

IoT ハブを含むリソース グループの名前。

resourceName
String

IoT ハブの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

IoT ハブのクォータ メトリックを取得します。

適用対象