Share via


RegistryUsage Constructors

Definition

Overloads

RegistryUsage()

Initializes a new instance of the RegistryUsage class.

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

Initializes a new instance of the RegistryUsage class.

RegistryUsage()

Initializes a new instance of the RegistryUsage class.

public RegistryUsage ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RegistryUsage class.

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)

Parameters

name
String

The name of the usage.

limit
Nullable<Int64>

The limit of the usage.

currentValue
Nullable<Int64>

The current value of the usage.

unit
String

The unit of measurement. Possible values include: 'Count', 'Bytes'

Applies to