Get-PartnerCustomerAzurePlanEntitlement
Gets an Azure Plan's subscription entitlements.
Syntax
Get-PartnerCustomerAzurePlanEntitlement
-CustomerId <String>
-SubscriptionId <String>
[<CommonParameters>]
Description
Gets an Azure Plan's subscription entitlements.
Examples
Example 1
PS C:\> Get-PartnerCustomerAzurePlanEntitlement -CustomerId '78ca6954-7016-4248-be6d-7ce4315a9431' -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'
Gets an Azure Plan's subscription entitlements.
Parameters
-CustomerId
The identifier for the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The identifier for the subscription.
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.Subscriptions.PSAzureEntitlement