ArmIotHubModelFactory.IotHubUserSubscriptionQuota Method

Definition

Initializes a new instance of IotHubUserSubscriptionQuota.

public static Azure.ResourceManager.IotHub.Models.IotHubUserSubscriptionQuota IotHubUserSubscriptionQuota (string iotHubTypeId = default, string userSubscriptionQuotaType = default, string unit = default, int? currentValue = default, int? limit = default, Azure.ResourceManager.IotHub.Models.IotHubTypeName name = default);
static member IotHubUserSubscriptionQuota : string * string * string * Nullable<int> * Nullable<int> * Azure.ResourceManager.IotHub.Models.IotHubTypeName -> Azure.ResourceManager.IotHub.Models.IotHubUserSubscriptionQuota
Public Shared Function IotHubUserSubscriptionQuota (Optional iotHubTypeId As String = Nothing, Optional userSubscriptionQuotaType As String = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional name As IotHubTypeName = Nothing) As IotHubUserSubscriptionQuota

Parameters

iotHubTypeId
String

IotHub type id.

userSubscriptionQuotaType
String

Response type.

unit
String

Unit of IotHub type.

currentValue
Nullable<Int32>

Current number of IotHub type.

limit
Nullable<Int32>

Numerical limit on IotHub type.

name
IotHubTypeName

IotHub type.

Returns

A new IotHubUserSubscriptionQuota instance for mocking.

Applies to