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(Nullable<UsageUnit>, Nullable<Int32>, Nullable<Int32>, 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(Nullable<UsageUnit>, Nullable<Int32>, Nullable<Int32>, UsageName)
Initializes a new instance of the Usage class.
public Usage (Microsoft.Azure.Management.Storage.Models.UsageUnit? unit = default, int? currentValue = default, int? limit = default, Microsoft.Azure.Management.Storage.Models.UsageName name = default);
new Microsoft.Azure.Management.Storage.Models.Usage : Nullable<Microsoft.Azure.Management.Storage.Models.UsageUnit> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Storage.Models.UsageName -> Microsoft.Azure.Management.Storage.Models.Usage
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
Gets the unit of measurement. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', 'BytesPerSecond'
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
Azure SDK for .NET