IotHubCapacity Constructeurs
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.
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
- scaleType
- Nullable<IotHubScaleType>
Type de la mise à l’échelle activée. Les valeurs possibles sont les suivantes : 'Automatic', 'Manual', 'None'
S’applique à
Azure SDK for .NET