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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET