AzureRM.MarketplaceOrdering

Les rubriques de cette section documentent les applets de commande Azure PowerShell pour Azure MarketplaceOrdering dans l’infrastructure Azure Resource Manager (ARM). Les applets de commande existent dans l’espace de noms Microsoft.Azure.Commands.MarketplaceOrdering. Ces applets de commande permettent aux utilisateurs Azure d’accepter les termes juridiques d’une offre de place de marché permettant davantage le déploiement programmatique pour ces solutions. Les utilisateurs peuvent également rejeter un ensemble de termes juridiques déjà acceptés.

Place de marché

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.