AzureRM.MarketplaceOrdering

このセクションのトピックでは、Azure Resource Manager (ARM) フレームワークの Azure MarketplaceOrdering 用の Azure PowerShell コマンドレットについて説明します。 コマンドレットは、Microsoft.Azure.Commands.MarketplaceOrdering 名前空間に存在します。 これらのコマンドレットを使用すると、Azure ユーザーは、これらのソリューションのプログラムによるデプロイをさらに可能にするマーケットプレースの法的条件に同意できます。 ユーザーは、既に同意されている一連の法的条件を拒否することもできます。

Marketplace

Get-AzureRmMarketplaceTerms

Get the agreement terms for a given publisher id(Publisher), offer id(Product) and plan id(Name). The terms object which is returned by this command should be passed to Set-AzureRmMarketplaceTerms to accept the legal terms.

Warning

The AzureRM PowerShell module has been officially deprecated as of February 29, 2024. Users are advised to migrate from AzureRM to the Az PowerShell module to ensure continued support and updates.

Although the AzureRM module may still function, it's no longer maintained or supported, placing any continued use at the user's discretion and risk. Please refer to our migration resources for guidance on transitioning to the Az module.

Set-AzureRmMarketplaceTerms

Accept or reject terms for a given publisher id(Publisher), offer id(Product) and plan id(Name). Please use Get-AzureRmMarketplaceTerms to get the agreement terms.

Warning

The AzureRM PowerShell module has been officially deprecated as of February 29, 2024. Users are advised to migrate from AzureRM to the Az PowerShell module to ensure continued support and updates.

Although the AzureRM module may still function, it's no longer maintained or supported, placing any continued use at the user's discretion and risk. Please refer to our migration resources for guidance on transitioning to the Az module.