Edit

Share via


Get-AzureStoreAddOn

Gets the available Azure Store add-ons.

Note

The cmdlets referenced in this documentation are for managing legacy Azure resources that use Azure Service Manager (ASM) APIs. This legacy PowerShell module isn't recommended when creating new resources since ASM is scheduled for retirement. For more information, see Azure Service Manager retirement.

The Az PowerShell module is the recommended PowerShell module for managing Azure Resource Manager (ARM) resources with PowerShell.

Syntax

ListAvailable

Get-AzureStoreAddOn
    [-ListAvailable]
    [-Country <String>]
    [-Profile <AzureSMProfile>]
    [<CommonParameters>]

GetAddOn

Get-AzureStoreAddOn
    [-Name <String>]
    [-Profile <AzureSMProfile>]
    [<CommonParameters>]

Description

This topic describes the cmdlet in the 0.8.10 version of the Microsoft Azure PowerShell module. To get the version of the module you're using, in the Azure PowerShell console, type (Get-Module -Name Azure).Version.

Gets all the available add-ons for purchasing from the Azure Store, or gets the existing add-on instances for the current subscription.

Examples

Example 1

PS C:\> Get-AzureStoreAddOn

This example gets all purchased add-on instances for the current subscription.

Example 2

PS C:\> Get-AzureStoreAddOn -ListAvailable

This example gets all the available add-ons for purchasing in United States from the Azure Store.

Example 3

PS C:\> Get-AzureStoreAddOn -Name MyAddOn

This example gets an add-on named MyAddOn from the purchased add-on instance in the current subscription.

Parameters

-Country

If specified, returns only the Azure Store add-on instances available in the specified country. The default is "US".

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ListAvailable
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-ListAvailable

If specified, gets available add-ons for purchasing from the Azure Store.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ListAvailable
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-Name

Returns the add-on that matches the specified name.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetAddOn
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-Profile

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Parameter properties

Type:AzureSMProfile
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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