Freigeben über


RegistryStatistics Konstruktoren

Definition

Überlädt

RegistryStatistics()

Initialisiert eine neue instance der RegistryStatistics-Klasse.

RegistryStatistics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initialisiert eine neue instance der RegistryStatistics-Klasse.

RegistryStatistics()

Initialisiert eine neue instance der RegistryStatistics-Klasse.

public RegistryStatistics ();
Public Sub New ()

Gilt für:

RegistryStatistics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initialisiert eine neue instance der RegistryStatistics-Klasse.

public RegistryStatistics (long? totalDeviceCount = default, long? enabledDeviceCount = default, long? disabledDeviceCount = default);
new Microsoft.Azure.Management.IotHub.Models.RegistryStatistics : Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.IotHub.Models.RegistryStatistics
Public Sub New (Optional totalDeviceCount As Nullable(Of Long) = Nothing, Optional enabledDeviceCount As Nullable(Of Long) = Nothing, Optional disabledDeviceCount As Nullable(Of Long) = Nothing)

Parameter

totalDeviceCount
Nullable<Int64>

Die Gesamtanzahl der Geräte in der Identitätsregistrierung.

enabledDeviceCount
Nullable<Int64>

Die Anzahl der aktivierten Geräte in der Identitätsregistrierung.

disabledDeviceCount
Nullable<Int64>

Die Anzahl der deaktivierten Geräte in der Identitätsregistrierung.

Gilt für: