다음을 통해 공유


Get-PartnerCustomerSubscriptionUpgrades

지정된 구독에 사용할 수 있는 업그레이드 제품을 가져옵니다.

구문

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

Description

지정된 구독에 사용할 수 있는 업그레이드 제품을 가져옵니다.

예제

예제 1

PS C:\> Get-PartnerCustomerSubscriptionUpgrades -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08' -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'

지정된 구독에 사용할 수 있는 업그레이드 제품을 가져옵니다.

매개 변수

-CustomerId

고객의 식별자입니다.

형식:String
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-SubscriptionId

구독의 식별자입니다.

형식:String
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

입력

None

출력

Microsoft.Store.PartnerCenter.PowerShell.Models.CustomerSubscriptionUpgrades.PSCustomerSubscriptionUpgrades