ISupportProfile.UpdateAsync(SupportProfile) Method

Definition

Asynchronously updates the support profile. This operation is currently only supported for user based credentials.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile> UpdateAsync (Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile supportProfile);
abstract member UpdateAsync : Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile>
Public Function UpdateAsync (supportProfile As SupportProfile) As Task(Of SupportProfile)

Parameters

supportProfile
SupportProfile

The support profile.

Returns

The updated support profile.

Implements

Applies to