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() |
Initializes a new instance of the Usage class. |
Usage(Int32, Int64, UsageName) |
Initializes a new instance of the Usage class. |
Usage()
Initializes a new instance of the Usage class.
public Usage ();
Public Sub New ()
Applies to
Usage(Int32, Int64, UsageName)
Initializes a new instance of the Usage class.
public Usage (int currentValue, long limit, Microsoft.Azure.Management.Compute.Models.UsageName name);
new Microsoft.Azure.Management.Compute.Models.Usage : int * int64 * Microsoft.Azure.Management.Compute.Models.UsageName -> Microsoft.Azure.Management.Compute.Models.Usage
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET