Partager via


IotHubQuotaMetricInfo Constructeurs

Définition

Surcharges

IotHubQuotaMetricInfo()

Initialise une nouvelle instance de la classe IotHubQuotaMetricInfo.

IotHubQuotaMetricInfo(String, Nullable<Int64>, Nullable<Int64>)

Initialise une nouvelle instance de la classe IotHubQuotaMetricInfo.

IotHubQuotaMetricInfo()

Initialise une nouvelle instance de la classe IotHubQuotaMetricInfo.

public IotHubQuotaMetricInfo ();
Public Sub New ()

S’applique à

IotHubQuotaMetricInfo(String, Nullable<Int64>, Nullable<Int64>)

Initialise une nouvelle instance de la classe IotHubQuotaMetricInfo.

public IotHubQuotaMetricInfo (string name = default, long? currentValue = default, long? maxValue = default);
new Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo : string * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.IotHub.Models.IotHubQuotaMetricInfo
Public Sub New (Optional name As String = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional maxValue As Nullable(Of Long) = Nothing)

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.

S’applique à