ICustomerReadonlyProfile<T> Interface
Definition
Encapsulates a single customer readonly profile behavior.
public interface ICustomerReadonlyProfile<T> : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<T>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string> where T : ResourceBase
type ICustomerReadonlyProfile<'T (requires 'T :> ResourceBase)> = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntityGetOperations<'T (requires 'T :> ResourceBase)>
Public Interface ICustomerReadonlyProfile(Of T)
Implements IEntityGetOperations(Of T), IPartnerComponent, IPartnerComponent(Of String)
Type Parameters
- T
The type of the customer profile.
- Derived
- 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 customer profile. |
GetAsync() |
Asynchronously retrieves the customer profile. |