ArmNetAppModelFactory.NetAppUsageResult 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 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.
- unit
- String
The unit of the usage.
Returns
A new NetAppUsageResult instance for mocking.