Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 2.04 KB

Get-PartnerCustomerSubscriptionSupportContact.md

File metadata and controls

79 lines (57 loc) · 2.04 KB
content_git_url external help file Module Name online version original_content_git_url schema
Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
PartnerCenter
2.0.0

Get-PartnerCustomerSubscriptionSupportContact

SYNOPSIS

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
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SubscriptionId

The identifier for the subscription.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

None

OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.Subscriptions.PSSupportContact

NOTES

RELATED LINKS