Get-PartnerCustomerAgreement
Gets confirmation of customer acceptance provided previously.
Syntax
Get-PartnerCustomerAgreement
[-AgreementType <String>]
-CustomerId <String>
[<CommonParameters>]
Description
Gets confirmation of customer acceptance provided previously. This operation is currently supported by Partner Center in the Microsoft public cloud only.
Examples
Example 1
PS C:\> Get-PartnerCustomerAgreement -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'
Gets confirmation of customer acceptance provided previously.
Parameters
-AgreementType
The type of agreement of being requested.
Type: | String |
Accepted values: | MicrosoftCloudAgreement, MicrosoftCustomerAgreement |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CustomerId
The identifier for the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.Agreements.PSAgreement