Get-AzManagedServicesMarketplaceDefinition
Get the marketplace registration definition for the marketplace identifier.
Syntax
ListWithScope (Default)
Get-AzManagedServicesMarketplaceDefinition
[-Scope <String>]
[-Filter <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
GetWithScope
Get-AzManagedServicesMarketplaceDefinition
-MarketplaceIdentifier <String>
[-Scope <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
GetWithoutScope
Get-AzManagedServicesMarketplaceDefinition
-MarketplaceIdentifier <String>
[-Tenant]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
GetViaIdentity
Get-AzManagedServicesMarketplaceDefinition
-InputObject <IManagedServicesIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
ListWithoutScope
Get-AzManagedServicesMarketplaceDefinition
[-Filter <String>]
[-Tenant]
[-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
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Parameter properties
Type: PSObject
Default value: None
Supports wildcards: False
DontShow: False
Aliases: AzureRMContext, AzureCredential
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-Filter
The filter query parameter to filter marketplace registration definitions by plan identifier, publisher, version etc.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
ListWithScope
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
ListWithoutScope
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
GetViaIdentity
Position: Named
Mandatory: True
Value from pipeline: True
Value from pipeline by property name: False
Value from remaining arguments: False
-MarketplaceIdentifier
The Azure Marketplace identifier.
Expected formats: {publisher}.{product[-preview]}.{planName}.{version} or {publisher}.{product[-preview]}.{planName} or {publisher}.{product[-preview]} or {publisher}).
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
GetWithScope
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
GetWithoutScope
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-Scope
The scope of the resource.
Parameter properties
Type: String
Default value: "subscriptions/" + (Get-AzContext).Subscription.Id
Supports wildcards: False
DontShow: False
Parameter sets
ListWithScope
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
GetWithScope
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-Tenant
The filter query parameter to filter marketplace registration definitions by plan identifier, publisher, version etc.
Parameter properties
Type: SwitchParameter
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
GetWithoutScope
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
ListWithoutScope
Position: Named
Mandatory: True
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 .
Outputs