< Back

Get-PartnerAgreementDetail

Sat Jan 18, 2020 6:26 pm

NAME Get-PartnerAgreementDetail



SYNOPSIS

Gets the agreement metadata for the Microsoft Cloud Agreement.





SYNTAX

Get-PartnerAgreementDetail [-AgreementType {All | MicrosoftCloudAgreement | MicrosoftCustomerAgreement}]

[<CommonParameters>]





DESCRIPTION

Gets the agreement metadata for the Microsoft Cloud Agreement. This operation is currently supported by Partner

Center in the Microsoft public cloud only.





PARAMETERS

-AgreementType <String>

The type of agreement of being requested.



Required? false

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.Agreements.PSAgreementMetaData







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-PartnerAgreementDetail



Gets the agreement metadata for the Microsoft Cloud Agreement.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... mentDetail