< Back

Get-AzureRmMarketplaceTerms

Tue Jan 29, 2019 9:52 pm

NAME Get-AzureRmMarketplaceTerms



SYNOPSIS

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.





SYNTAX

Get-AzureRmMarketplaceTerms [-DefaultProfile <IAzureContextContainer>] -Name <String> -Product <String> -Publisher <String> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmMarketplaceTerms cmdlet returns terms for given publisher id(Publisher), offer id(Product) and plan id(Name) tuple.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Plan identifier string of image being deployed.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Product <String>

Offer identifier string of image being deployed.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Publisher <String>

Publisher identifier string of image being deployed.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

Microsoft.Azure.Commands.MarketplaceOrdering.Models.PSAgreementTerms

Microsoft.Azure.Commands.MarketplaceOrdering.Models.PSAgreementTerms





NOTES









Example 1



PS C:\\> Get-AzureRmMarketplaceTerms -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>











RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... placeterms