Get-AzStorageCacheAscUsage

Gets the quantity used and quota limit for resources

Syntax

Get-AzStorageCacheAscUsage
   -Location <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Gets the quantity used and quota limit for resources

Examples

Example 1: Gets the quantity used and quota limit for resources.

Get-AzStorageCacheAscUsage -Location eastus

CurrentValue Limit Unit
------------ ----- ----
1            4     Count
0            4     Count

Gets the quantity used and quota limit for resources.

Parameters

-DefaultProfile

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

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Location

The name of the region to query for usage information.

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

-SubscriptionId

The ID of the target subscription.

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

Outputs

IResourceUsage