Share via


IotHubResourceOperationsExtensions.GetQuotaMetrics Methode

Definition

Abrufen der Kontingentmetriken für einen IoT Hub

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo> GetQuotaMetrics (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);
static member GetQuotaMetrics : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo>
<Extension()>
Public Function GetQuotaMetrics (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IPage(Of IotHubQuotaMetricInfo)

Parameter

operations
IIotHubResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

Gibt zurück

Hinweise

Rufen Sie die Kontingentmetriken für einen IoT Hub ab.

Gilt für: