Partilhar via


ArmIotHubModelFactory.IotHubQuotaMetricInfo Método

Definição

Inicializa uma nova instância de 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

Parâmetros

name
String

O nome da métrica de cota.

currentValue
Nullable<Int64>

O valor atual da métrica de cota.

maxValue
Nullable<Int64>

O valor máximo da métrica de cota.

Retornos

Uma nova IotHubQuotaMetricInfo instância para zombar.

Aplica-se a