ArmIotHubModelFactory.IotHubCapacity Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- scaleType
- Nullable<IotHubScaleType>
Type de la mise à l’échelle activée.
Retours
Une nouvelle IotHubCapacity instance de moqueries.