ResourceUsageInner 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
ResourceUsageInner() |
Initializes a new instance of the ResourceUsageInner class. |
ResourceUsageInner(String, String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ResourceUsageInner class. |
ResourceUsageInner()
Initializes a new instance of the ResourceUsageInner class.
public ResourceUsageInner ();
Public Sub New ()
Applies to
ResourceUsageInner(String, String, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the ResourceUsageInner class.
public ResourceUsageInner (string resourceType = default, string unit = default, int? currentValue = default, int? limit = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.ResourceUsageInner : string * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Cdn.Fluent.Models.ResourceUsageInner
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET