Get-PartnerCustomerSubscriptionSupportContact

Gets the support contact for the specified subscription.

Syntax

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

Description

Gets the support contact for the specified subscription.

Examples

Example 1

PS C:\> Get-PartnerCustomerSubscriptionSupportContact -CustomerId 'f9893115-bda6-483a-89b1-a28e1aec23cb' -SubscriptionId '8b0b708a-07c7-48aa-bc51-adaa7b831a34'

Gets the support contact for the specified subscription.

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.PSSupportContact