Share via


IOrganizationProfile.UpdateAsync(OrganizationProfile) Method

Definition

Asynchronously updates the partner's organization profile.

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

Parameters

organizationProfile
OrganizationProfile

The organization profile.

Returns

The updated organization profile.

Implements

Applies to