Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 2.18 KB

Get-PartnerAgreementDocument.md

File metadata and controls

93 lines (68 loc) · 2.18 KB
content_git_url external help file Module Name online version original_content_git_url schema
Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
PartnerCenter
2.0.0

Get-PartnerAgreementDocument

SYNOPSIS

Gets the links to download or view the Microsoft Customer Agreement template.

SYNTAX

Get-PartnerAgreementDocument [-Country <String>] [-Language <String>] -TemplateId <String> [<CommonParameters>]

DESCRIPTION

Gets the links to download or view the Microsoft Customer Agreement template.

EXAMPLES

Example 1

PS C:\> Get-PartnerAgreementDocument -TemplateId '<TemplateId>'

Gets the links to download or view the Microsoft Customer Agreement template.

PARAMETERS

-Country

The country of the agreement document.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Language

The language and locale of the agreement document.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-TemplateId

The unique identifier of the agreement type.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.Agreements.PSAgreementDocument

NOTES

RELATED LINKS