< Back

Get-PartnerCustomerAzurePlanEntitlement

Sat Jan 18, 2020 6:27 pm

NAME Get-PartnerCustomerAzurePlanEntitlement



SYNOPSIS

Gets an Azure Plan's subscription entitlements.





SYNTAX

Get-PartnerCustomerAzurePlanEntitlement -CustomerId <String> -SubscriptionId <String> [<CommonParameters>]





DESCRIPTION

Gets an Azure Plan's subscription entitlements.





PARAMETERS

-CustomerId <String>

The identifier for the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SubscriptionId <String>

The identifier for the subscription.



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



INPUTS

None







OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.Subscriptions.PSAzureEntitlement







NOTES









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



PS C:\\> Get-PartnerCustomerAzurePlanEntitlement -CustomerId '78ca6954-7016-4248-be6d-7ce4315a9431' -SubscriptionId

'3c94c76e-ab23-49f1-b1a7-6959599f48cd'



Gets an Azure Plan's subscription entitlements.







RELATED LINKS

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