IotHubCapacity 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
IotHubCapacity() |
Initialisiert eine neue instance der IotHubCapacity-Klasse. |
IotHubCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<IotHubScaleType>) |
Initialisiert eine neue instance der IotHubCapacity-Klasse. |
IotHubCapacity()
Initialisiert eine neue instance der IotHubCapacity-Klasse.
public IotHubCapacity ();
Public Sub New ()
Gilt für:
IotHubCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<IotHubScaleType>)
Initialisiert eine neue instance der IotHubCapacity-Klasse.
public IotHubCapacity (long? minimum = default, long? maximum = default, long? defaultProperty = default, Microsoft.Azure.Management.IotHub.Models.IotHubScaleType? scaleType = default);
new Microsoft.Azure.Management.IotHub.Models.IotHubCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Microsoft.Azure.Management.IotHub.Models.IotHubScaleType> -> Microsoft.Azure.Management.IotHub.Models.IotHubCapacity
Public Sub New (Optional minimum As Nullable(Of Long) = Nothing, Optional maximum As Nullable(Of Long) = Nothing, Optional defaultProperty As Nullable(Of Long) = Nothing, Optional scaleType As Nullable(Of IotHubScaleType) = Nothing)
Parameter
- scaleType
- Nullable<IotHubScaleType>
Der Typ der aktivierten Skalierung. Mögliche Werte: "Automatic", "Manual", "None"
Gilt für:
Azure SDK for .NET