Partager via


ISubscriptionSupportContact Interface

Definition

Defines the operations available on a customer's subscription support contact.

public interface ISubscriptionSupportContact : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityUpdateOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type ISubscriptionSupportContact = interface
    interface IPartnerComponent<string * string>
    interface IEntityGetOperations<SupportContact>
    interface IEntityUpdateOperations<SupportContact>
Public Interface ISubscriptionSupportContact
Implements IEntityGetOperations(Of SupportContact), IEntityUpdateOperations(Of SupportContact), IPartnerComponent(Of Tuple(Of String, 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 contact of the customer's subscription.

GetAsync()

Asynchronously retrieves the support contact of the customer's subscription.

Update(SupportContact)

Updates the support contact of the customer's subscription.

Update(T)

Updates an entity.

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

Asynchronously updates the support contact of the customer's subscription.

UpdateAsync(T)

Asynchronously updates an entity.

(Inherited from IEntityUpdateOperations<T>)

Applies to