Get-AzNetAppFilesQuotaLimit

Get quota limits

Syntax

Get-AzNetAppFilesQuotaLimit
   -Location <String>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get the default and current limits for Azure NetApp Files (ANF) quotas

Examples

Example 1

Get-AzNetAppFilesQuotaLimit -Location "westus2"  -Name totalTiBsPerSubscription

Name                             Current Default
----                             ------- -------
westus2/totalTiBsPerSubscription      25      25

This command gets the Quota Limits named totalTiBsPerSubscription

Parameters

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Location

The location of the resource

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

-Name

The name of the Quota Limit

Type:String
Aliases:QuotaLimitName
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

PSNetAppFilesSubscriptionQuotaLimit