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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET