Get-AzManagedServicesMarketplaceDefinition
Get the marketplace registration definition for the marketplace identifier.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Get-AzManagedServicesMarketplaceDefinition
[-Scope <String>]
[-Filter <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzManagedServicesMarketplaceDefinition
-InputObject <IManagedServicesIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzManagedServicesMarketplaceDefinition
-MarketplaceIdentifier <String>
-Tenant
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzManagedServicesMarketplaceDefinition
-MarketplaceIdentifier <String>
[-Scope <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzManagedServicesMarketplaceDefinition
-Tenant
[-Filter <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get the marketplace registration definition for the marketplace identifier.
Examples
Example 1: Get the Azure Lighthouse Marketplace registration definition offer details
Get-AzManagedServicesMarketplaceDefinition -MarketplaceIdentifier marketplace_test.managed_offer.managed_plan1.1.0.1 | Format-List Id, PlanProduct, PlanPublisher, PlanName, PlanVersion
Id : /providers/Microsoft.ManagedServices/marketplaceRegistrationDefinitions/marketplace_test.managed_offer.managed_plan1.1.0.1
PlanProduct : managed_offer
PlanPublisher : marketplace_test
PlanName : managed_plan1
PlanVersion : 1.0.1
Gets the Azure Lighthouse Marketplace registration definition offer details.
Parameters
The credentials, account, tenant, and subscription used for communication with Azure.
| Type: | PSObject |
| Aliases: | AzureRMContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The filter query parameter to filter marketplace registration definitions by plan identifier, publisher, version etc.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
| Type: | IManagedServicesIdentity |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
The Azure Marketplace identifier. Expected formats: {publisher}.{product[-preview]}.{planName}.{version} or {publisher}.{product[-preview]}.{planName} or {publisher}.{product[-preview]} or {publisher}).
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The scope of the resource.
| Type: | String |
| Position: | Named |
| Default value: | "subscriptions/" + (Get-AzContext).Subscription.Id |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The filter query parameter to filter marketplace registration definitions by plan identifier, publisher, version etc.
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inputs
Outputs
IMarketplaceRegistrationDefinition
Notes
ALIASES
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IManagedServicesIdentity>: Identity Parameter
[Id <String>]: Resource identity path[MarketplaceIdentifier <String>]: The Azure Marketplace identifier. Expected formats: {publisher}.{product[-preview]}.{planName}.{version} or {publisher}.{product[-preview]}.{planName} or {publisher}.{product[-preview]} or {publisher}).[RegistrationAssignmentId <String>]: The GUID of the registration assignment.[RegistrationDefinitionId <String>]: The GUID of the registration definition.[Scope <String>]: The scope of the resource.