AzureRM.MarketplaceOrdering

이 섹션의 항목에서는 ARM(Azure Resource Manager) 프레임워크에서 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.