RegistryUsageListResult 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
RegistryUsageListResult() |
Initializes a new instance of the RegistryUsageListResult class. |
RegistryUsageListResult(IList<RegistryUsage>) |
Initializes a new instance of the RegistryUsageListResult class. |
RegistryUsageListResult()
Initializes a new instance of the RegistryUsageListResult class.
public RegistryUsageListResult ();
Public Sub New ()
Applies to
RegistryUsageListResult(IList<RegistryUsage>)
Initializes a new instance of the RegistryUsageListResult class.
public RegistryUsageListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUsage> value = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUsageListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUsage> -> Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUsageListResult
Public Sub New (Optional value As IList(Of RegistryUsage) = Nothing)
Parameters
- value
- IList<RegistryUsage>
The list of container registry quota usages.
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