RegistryUsage 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
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.Fluent.Models.RegistryUsage : string * Nullable<int64> * Nullable<int64> * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.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.
- unit
- String
The unit of measurement. Possible values include: 'Count', 'Bytes'
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.