Partager via


ArmIotHubModelFactory.IotHubQuotaMetricInfo Méthode

Définition

Initialise une nouvelle instance d’IotHubQuotaMetricInfo.

public static Azure.ResourceManager.IotHub.Models.IotHubQuotaMetricInfo IotHubQuotaMetricInfo (string name = default, long? currentValue = default, long? maxValue = default);
static member IotHubQuotaMetricInfo : string * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.IotHub.Models.IotHubQuotaMetricInfo
Public Shared Function IotHubQuotaMetricInfo (Optional name As String = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional maxValue As Nullable(Of Long) = Nothing) As IotHubQuotaMetricInfo

Paramètres

name
String

Nom de la métrique de quota.

currentValue
Nullable<Int64>

Valeur actuelle de la métrique de quota.

maxValue
Nullable<Int64>

Valeur maximale de la métrique de quota.

Retours

Une nouvelle IotHubQuotaMetricInfo instance de moqueries.

S’applique à