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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET