AzureRM.MarketplaceOrdering
本節中的主題記載 Azure Resource Manager (ARM) 架構中適用于 Azure MarketplaceOrdering 的 Azure PowerShell Cmdlet。 Cmdlet 存在於 Microsoft.Azure.Commands.MarketplaceOrdering 命名空間中。 這些 Cmdlet 可讓 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. |