ISupportProfile.UpdateAsync(SupportProfile) 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.
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.