Get-AzElasticSanSkuList

List all the available Skus in the region and information related to them

Syntax

Get-AzElasticSanSkuList
   [-SubscriptionId <String[]>]
   [-Filter <String>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

List all the available Skus in the region and information related to them

Examples

Example 1: Get all the available Skus

Get-AzElasticSanSkuList

Location      Name           ResourceType Tier   
--------      ----           ------------ ----   
{eastus}      Premium_LRS    elasticSans  Premium
{eastus2}     Premium_LRS    elasticSans  Premium

This command gets all the available Skus.

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

-Filter

Specify $filter='location eq <location>' to filter on location.

Type:String
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

ISkuInformation