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
Get-AzureStoreAddOn
[-ListAvailable]
[-Country <String>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
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".
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ListAvailable
If specified, gets available add-ons for purchasing from the Azure Store.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Returns the add-on that matches the specified name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | 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.
Type: | AzureSMProfile |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |