Idioma

ISupportProfile.UpdateAsync(SupportProfile) Método

Definição

Atualiza assíncronamente o perfil de suporte. Atualmente, essa operação é suportada apenas para credenciais baseadas em usuários.

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)

Parâmetros

supportProfile
SupportProfile

O perfil de suporte.

Retornos

O perfil de suporte atualizado.

Implementações

Aplica-se a