RegistryStatistics Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
Die Anzahl der aktivierten Geräte in der Identitätsregistrierung.
Die Anzahl der deaktivierten Geräte in der Identitätsregistrierung.
Gilt für:
Azure SDK for .NET