ArmContainerRegistryModelFactory.ContainerRegistryUsage Method
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.
Initializes a new instance of ContainerRegistryUsage.
public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryUsage ContainerRegistryUsage(string name = default, long? limit = default, long? currentValue = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryUsageUnit? unit = default);
static member ContainerRegistryUsage : string * Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryUsageUnit> -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryUsage
Public Shared Function ContainerRegistryUsage (Optional name As String = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional unit As Nullable(Of ContainerRegistryUsageUnit) = Nothing) As ContainerRegistryUsage
Parameters
- name
- String
The name of the usage.
The unit of measurement.
Returns
A new ContainerRegistryUsage instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET