次の方法で共有


ResourceUsageInner コンストラクター

定義

オーバーロード

ResourceUsageInner()

ResourceUsageInner クラスの新しいインスタンスを初期化します。

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

ResourceUsageInner クラスの新しいインスタンスを初期化します。

ResourceUsageInner()

ResourceUsageInner クラスの新しいインスタンスを初期化します。

public ResourceUsageInner ();
Public Sub New ()

適用対象

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

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)

パラメーター

resourceType
String

使用状況が提供されるリソースの種類。

unit
String

使用量の単位。 例: Count。

currentValue
Nullable<Int32>

指定したリソースの種類の使用状況の実際の値。

limit
Nullable<Int32>

指定したリソースの種類のクォータ。

適用対象