Partager via


ResourceUsageInner Constructeurs

Définition

Surcharges

ResourceUsageInner()

Initialise une nouvelle instance de la classe ResourceUsageInner.

ResourceUsageInner(String, String, Nullable<Int32>, Nullable<Int32>)

Initialise une nouvelle instance de la classe ResourceUsageInner.

ResourceUsageInner()

Initialise une nouvelle instance de la classe ResourceUsageInner.

public ResourceUsageInner ();
Public Sub New ()

S’applique à

ResourceUsageInner(String, String, Nullable<Int32>, Nullable<Int32>)

Initialise une nouvelle instance de la classe ResourceUsageInner.

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)

Paramètres

resourceType
String

Type de ressource pour lequel l’utilisation est fournie.

unit
String

Unité de l’utilisation. Par exemple, Count.

currentValue
Nullable<Int32>

Valeur réelle de l’utilisation sur le type de ressource spécifié.

limit
Nullable<Int32>

Quota du type de ressource spécifié.

S’applique à