Partager via


ArmIotHubModelFactory.IotHubCapacity Méthode

Définition

Initialise une nouvelle instance d’IotHubCapacity.

public static Azure.ResourceManager.IotHub.Models.IotHubCapacity IotHubCapacity (long? minimum = default, long? maximum = default, long? default = default, Azure.ResourceManager.IotHub.Models.IotHubScaleType? scaleType = default);
static member IotHubCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.IotHub.Models.IotHubScaleType> -> Azure.ResourceManager.IotHub.Models.IotHubCapacity
Public Shared Function IotHubCapacity (Optional minimum As Nullable(Of Long) = Nothing, Optional maximum As Nullable(Of Long) = Nothing, Optional default As Nullable(Of Long) = Nothing, Optional scaleType As Nullable(Of IotHubScaleType) = Nothing) As IotHubCapacity

Paramètres

minimum
Nullable<Int64>

Nombre minimal d’unités.

maximum
Nullable<Int64>

Nombre maximal d’unités.

default
Nullable<Int64>

Nombre d’unités par défaut.

scaleType
Nullable<IotHubScaleType>

Type de la mise à l’échelle activée.

Retours

Une nouvelle IotHubCapacity instance de moqueries.

S’applique à