Get-AzStorageCacheSku
Get the list of StorageCache.Cache SKUs available to this subscription.
Syntax
Get-AzStorageCacheSku
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get the list of StorageCache.Cache SKUs available to this subscription.
Examples
Example 1: Get the list of StorageCache.Cache SKUs available to this subscription.
Get-AzStorageCacheSku
Location Name ResourceType
-------- ---- ------------
{australiaeast} AMLFS-Durable-Premium-125 amlFilesystems
{brazilsouth} AMLFS-Durable-Premium-125 amlFilesystems
... ... ...
Get the list of StorageCache.Cache SKUs available to this subscription.
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 |
-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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell