Usage Constructors

Definition

Overloads

Usage()
Usage(Int32, Int64, UsageName)

Usage()

public Usage ();
Public Sub New ()

Applies to

Usage(Int32, Int64, UsageName)

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

Parameters

currentValue
Int32
limit
Int64
name
UsageName

Applies to