Get-AzMarketplaceTerms
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-AzMarketplaceTerms to accept the legal terms.
Syntax
Get-AzMarketplaceTerms
-Publisher <String>
-Product <String>
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzMarketplaceTerms cmdlet returns terms for given publisher id(Publisher), offer id(Product) and plan id(Name) tuple.
Examples
Example 1
Get-AzMarketplaceTerms -Publisher "microsoft-ads" -Product "windows-data-science-vm" -Name "windows2016"
Publisher : microsoft-ads
Product : windows-data-science-vm
Plan : windows2016
LicenseTextLink : <LicenseTextLink>
PrivacyPolicyLink : <PrivacyPolicyLink>
Signature : <Signature>
Accepted : True
RetrieveDatetime : <RetrieveDatetime>
Parameters
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Plan identifier string of image being deployed.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Offer identifier string of image being deployed.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Publisher identifier string of image being deployed.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Feedback
Submit and view feedback for