ArmIotHubModelFactory.IotHubCapacity Method
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.
Initializes a new instance of 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
Parameters
- scaleType
- Nullable<IotHubScaleType>
The type of the scaling enabled.
Returns
A new IotHubCapacity instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET