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.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.
- unit
- String
The unit of measurement. Possible values include: 'Count', 'Bytes'
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET