次の方法で共有


RegistryUsage コンストラクター

定義

オーバーロード

RegistryUsage()

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

RegistryUsage(String, Nullable<Int64>, Nullable<Int64>, String)

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

RegistryUsage()

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

public RegistryUsage ();
Public Sub New ()

適用対象

RegistryUsage(String, Nullable<Int64>, Nullable<Int64>, String)

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

public RegistryUsage (string name = default, long? limit = default, long? currentValue = default, string unit = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUsage : string * Nullable<int64> * Nullable<int64> * string -> Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUsage
Public Sub New (Optional name As String = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional unit As String = Nothing)

パラメーター

name
String

使用法の名前。

limit
Nullable<Int64>

使用量の制限。

currentValue
Nullable<Int64>

使用状況の現在の値。

unit
String

測定単位。 使用可能な値は、'Count'、'Bytes' です。

適用対象