ISupportProfile Interface

Definition

Encapsulates behavior of a support profile.

public interface ISupportProfile : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityUpdateOperations<Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ISupportProfile = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityGetOperations<SupportProfile>
    interface IEntityUpdateOperations<SupportProfile>
Public Interface ISupportProfile
Implements IEntityGetOperations(Of SupportProfile), IEntityUpdateOperations(Of SupportProfile), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

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

GetAsync()

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

Update(SupportProfile)

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

Update(T)

Updates an entity.

(Inherited from IEntityUpdateOperations<T>)
UpdateAsync(SupportProfile)

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

UpdateAsync(T)

Asynchronously updates an entity.

(Inherited from IEntityUpdateOperations<T>)

Applies to