UsageInner Constructors

Definition

Overloads

UsageInner()

Initializes a new instance of the UsageInner class.

UsageInner(Int32, Int64, 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(Int32, Int64, UsageName)

Initializes a new instance of the UsageInner class.

public UsageInner (int currentValue, long limit, Microsoft.Azure.Management.Compute.Fluent.Models.UsageName name);
new Microsoft.Azure.Management.Compute.Fluent.Models.UsageInner : int * int64 * Microsoft.Azure.Management.Compute.Fluent.Models.UsageName -> Microsoft.Azure.Management.Compute.Fluent.Models.UsageInner
Public Sub New (currentValue As Integer, limit As Long, name As UsageName)

Parameters

currentValue
Int32

The current usage of the resource.

limit
Int64

The maximum permitted usage of the resource.

name
UsageName

The name of the type of usage.

Applies to