ResourceUsage 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
ResourceUsage() |
Initializes a new instance of the ResourceUsage class. |
ResourceUsage(String, String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ResourceUsage class. |
ResourceUsage()
Initializes a new instance of the ResourceUsage class.
public ResourceUsage ();
Public Sub New ()
Applies to
ResourceUsage(String, String, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the ResourceUsage class.
public ResourceUsage (string resourceType = default, string unit = default, int? currentValue = default, int? limit = default);
new Microsoft.Azure.Management.Cdn.Models.ResourceUsage : string * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Cdn.Models.ResourceUsage
Public Sub New (Optional resourceType As String = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing)
Parameters
- resourceType
- String
Resource type for which the usage is provided.
- unit
- String
Unit of the usage. e.g. Count.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET