Usage Constructors
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.
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