Skip to content

Latest commit

 

History

History
121 lines (93 loc) · 3.05 KB

Get-AzContainerRegistryUsage.md

File metadata and controls

121 lines (93 loc) · 3.05 KB
external help file Module Name online version schema
Az.ContainerRegistry-help.xml
Az.ContainerRegistry
2.0.0

Get-AzContainerRegistryUsage

SYNOPSIS

Gets the quota usages for the specified container registry.

SYNTAX

Get-AzContainerRegistryUsage -RegistryName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
 [-DefaultProfile <PSObject>] [<CommonParameters>]

DESCRIPTION

Gets the quota usages for the specified container registry.

EXAMPLES

Example 1: Get Usage of an azure container registry.

Get-AzContainerRegistryUsage -ResourceGroupName "MyResourceGroup" -RegistryName "RegistryExample"
CurrentValue Limit        Name                       Unit
------------ -----        ----                       ----
0            536870912000 Size                       Bytes
0            500          Webhooks                   Count
2            -1           Geo-replications           Count
0            100          IPRules                    Count
0            100          VNetRules                  Count
0            200          PrivateEndpointConnections Count
0            50000        ScopeMaps                  Count
0            50000        Tokens                     Count

Get Usage of an azure container registry.

PARAMETERS

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Type: System.Management.Automation.PSObject
Parameter Sets: (All)
Aliases: AzureRMContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-RegistryName

The name of the container registry.

Type: System.String
Parameter Sets: (All)
Aliases: Name

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

The name of the resource group. The name is case insensitive.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SubscriptionId

The ID of the target subscription. The value must be an UUID.

Type: System.String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: (Get-AzContext).Subscription.Id
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistryUsage

NOTES

RELATED LINKS