Set-PartnerCustomerSubscriptionSupportContact
Update a subscription's support contact to one of the partner's value added resellers.
Syntax
Set-PartnerCustomerSubscriptionSupportContact
-CustomerId <String>
-Name <String>
-SubscriptionId <String>
-SupportMpnId <String>
-SupportTenantId <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Update a subscription's support contact to one of the partner's value added resellers.
Examples
Example 1
PS C:\> Set-PartnerCustomerSubscriptionSupportContact -CustomerId 'e7e428c6-30b3-4301-b0d4-bb397d7d923d' -Name 'Value Add Reseller' -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' -SupportMpnId '9999999' -SupportTenantId 'bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f'
Update a subscription's support contact to one of the partner's value added resellers.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CustomerId
The identifier for the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
The name of the support contact.
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 |
-SupportMpnId
The MPN identifier of the support contact.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SupportTenantId
The tenant identifier of the support contact.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.Subscriptions.PSSupportContact