IotHubCapacity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IotHubCapacity() |
Initializes a new instance of the IotHubCapacity class. |
IotHubCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<IotHubScaleType>) |
Initializes a new instance of the IotHubCapacity class. |
IotHubCapacity()
Initializes a new instance of the IotHubCapacity class.
public IotHubCapacity ();
Public Sub New ()
Applies to
IotHubCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<IotHubScaleType>)
Initializes a new instance of the IotHubCapacity class.
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)
Parameters
- scaleType
- Nullable<IotHubScaleType>
The type of the scaling enabled. Possible values include: 'Automatic', 'Manual', 'None'
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET