Partager via


IotHubCapacity Constructeurs

Définition

Surcharges

IotHubCapacity()

Initialise une nouvelle instance de la classe IotHubCapacity.

IotHubCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<IotHubScaleType>)

Initialise une nouvelle instance de la classe IotHubCapacity.

IotHubCapacity()

Initialise une nouvelle instance de la classe IotHubCapacity.

public IotHubCapacity ();
Public Sub New ()

S’applique à

IotHubCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<IotHubScaleType>)

Initialise une nouvelle instance de la classe IotHubCapacity.

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)

Paramètres

minimum
Nullable<Int64>

Nombre minimal d’unités.

maximum
Nullable<Int64>

Nombre maximal d’unités.

defaultProperty
Nullable<Int64>

Nombre d’unités par défaut.

scaleType
Nullable<IotHubScaleType>

Type de la mise à l’échelle activée. Les valeurs possibles sont les suivantes : 'Automatic', 'Manual', 'None'

S’applique à