IotHubQuotaMetricInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
S’applique à
Azure SDK for .NET