Compartir a través de


ArmNetAppModelFactory.NetAppUsageResult Method

Definition

Initializes a new instance of NetAppUsageResult.

public static Azure.ResourceManager.NetApp.Models.NetAppUsageResult NetAppUsageResult(string id = default, Azure.ResourceManager.NetApp.Models.NetAppUsageName name = default, int? currentValue = default, int? limit = default, string unit = default);
static member NetAppUsageResult : string * Azure.ResourceManager.NetApp.Models.NetAppUsageName * Nullable<int> * Nullable<int> * string -> Azure.ResourceManager.NetApp.Models.NetAppUsageResult
Public Shared Function NetAppUsageResult (Optional id As String = Nothing, Optional name As NetAppUsageName = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional unit As String = Nothing) As NetAppUsageResult

Parameters

id
String

The id of the usage.

name
NetAppUsageName

The name of the usage.

currentValue
Nullable<Int32>

The current usage value for the subscription.

limit
Nullable<Int32>

The limit of the usage.

unit
String

The unit of the usage.

Returns

A new NetAppUsageResult instance for mocking.

Applies to