Partager via


Usage Constructors

Definition

Overloads

Usage()
Usage(Nullable<UsageUnit>, Nullable<Int32>, Nullable<Int32>, UsageName)

Usage()

public Usage ();
Public Sub New ()

Applies to

Usage(Nullable<UsageUnit>, Nullable<Int32>, Nullable<Int32>, UsageName)

public Usage (Microsoft.Azure.Management.Storage.Version2017_10_01.Models.UsageUnit? unit = default, int? currentValue = default, int? limit = default, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.UsageName name = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Usage : Nullable<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.UsageUnit> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Storage.Version2017_10_01.Models.UsageName -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Usage
Public Sub New (Optional unit As Nullable(Of UsageUnit) = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional name As UsageName = Nothing)

Parameters

currentValue
Nullable<Int32>
limit
Nullable<Int32>
name
UsageName

Applies to