Share via


Get-PartnerCustomerAzurePlanEntitlement

Gets an Azure Plan's subscription entitlements.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SubscriptionId

The identifier for the subscription.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Inputs

None

Outputs

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