共用方式為


Get-AzManagedServicesMarketplaceDefinition

取得市集標識碼的市集註冊定義。

語法

Get-AzManagedServicesMarketplaceDefinition
   [-Scope <String>]
   [-Filter <String>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzManagedServicesMarketplaceDefinition
   [-Scope <String>]
   -MarketplaceIdentifier <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzManagedServicesMarketplaceDefinition
   -MarketplaceIdentifier <String>
   [-Tenant]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzManagedServicesMarketplaceDefinition
   -InputObject <IManagedServicesIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzManagedServicesMarketplaceDefinition
   [-Filter <String>]
   [-Tenant]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

取得市集標識碼的市集註冊定義。

範例

範例 1:取得 Azure Lighthouse Marketplace 註冊定義供應專案詳細數據

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

取得 Azure Lighthouse Marketplace 註冊定義供應專案詳細數據。

參數

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:PSObject
別名:AzureRMContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Filter

篩選查詢參數,可依計劃標識碼、發行者、版本等來篩選 Marketplace 註冊定義。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

類型:IManagedServicesIdentity
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-MarketplaceIdentifier

Azure Marketplace 標識符。 預期的格式: {publisher}。{product[-preview]}。{planName}。{version} 或 {publisher}。{product[-preview]}。{planName} 或 {publisher}。{product[-preview]} 或 {publisher}]。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Scope

資源的範圍。

類型:String
Position:Named
預設值:"subscriptions/" + (Get-AzContext).Subscription.Id
必要:False
接受管線輸入:False
接受萬用字元:False

-Tenant

篩選查詢參數,可依計劃標識碼、發行者、版本等來篩選 Marketplace 註冊定義。

類型:SwitchParameter
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

輸入

IManagedServicesIdentity

輸出

IMarketplaceRegistrationDefinition