ILegalBusinessProfile.UpdateAsync(LegalBusinessProfile) Method

Definition

Asynchronously updates the legal business profile.

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

Parameters

legalBusinessProfile
LegalBusinessProfile

The legal business profile information.

Returns

The updated legal business profile.

Implements

Applies to