ISubscriptionSupportContact.Update(SupportContact) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the support contact of the customer's subscription.
public Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact Update (Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact supportContact);
abstract member Update : Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact -> Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact
Public Function Update (supportContact As SupportContact) As SupportContact
Parameters
- supportContact
- SupportContact
The support contact.
Returns
The updated support contact.