ISelfServePoliciesCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface represents the operations that can be done on a self serve policy.
public interface ISelfServePoliciesCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.SelfServePolicies.SelfServePolicy,Microsoft.Store.PartnerCenter.Models.SelfServePolicies.SelfServePolicy>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.SelfServePolicies.SelfServePolicy>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ISelfServePoliciesCollection = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntityCreateOperations<SelfServePolicy>
interface IEntityCreateOperations<SelfServePolicy, SelfServePolicy>
Public Interface ISelfServePoliciesCollection
Implements IEntityCreateOperations(Of SelfServePolicy), IEntityCreateOperations(Of SelfServePolicy, SelfServePolicy), 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
ById(String) |
Gets a single self serve policy's operations. |
Create(T) |
Creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
CreateAsync(T) |
Asynchronously creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
Get(String) |
Retrieves all the self serve policies by entity id. |
GetAsync(String) |
Retrieves all the self serve policies by entity id. |