Share via


UsageInner Constructors

Definition

Overloads

UsageInner()

Initializes a new instance of the UsageInner class.

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

Initializes a new instance of the UsageInner class.

UsageInner()

Initializes a new instance of the UsageInner class.

public UsageInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the UsageInner class.

public UsageInner (Microsoft.Azure.Management.Storage.Fluent.Models.UsageUnit? unit = default, int? currentValue = default, int? limit = default, Microsoft.Azure.Management.Storage.Fluent.Models.UsageName name = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.UsageInner : Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.UsageUnit> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Storage.Fluent.Models.UsageName -> Microsoft.Azure.Management.Storage.Fluent.Models.UsageInner
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

unit
Nullable<UsageUnit>

Gets the unit of measurement. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', 'BytesPerSecond'

currentValue
Nullable<Int32>

Gets the current count of the allocated resources in the subscription.

limit
Nullable<Int32>

Gets the maximum count of the resources that can be allocated in the subscription.

name
UsageName

Gets the name of the type of usage.

Applies to