ISelfServePolicy 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.
Encapsulates a customer user behavior.
public interface ISelfServePolicy : Microsoft.Store.PartnerCenter.GenericOperations.IEntityDeleteOperations<Microsoft.Store.PartnerCenter.Models.SelfServePolicies.SelfServePolicy>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityPutOperations<Microsoft.Store.PartnerCenter.Models.SelfServePolicies.SelfServePolicy>
type ISelfServePolicy = interface
interface IEntityDeleteOperations<SelfServePolicy>
interface IEntityPutOperations<SelfServePolicy>
Public Interface ISelfServePolicy
Implements IEntityDeleteOperations(Of SelfServePolicy), IEntityPutOperations(Of SelfServePolicy)
- Implements
Methods
Delete() |
Deletes an entity. (Inherited from IEntityDeleteOperations<T>) |
DeleteAsync() |
Asynchronously deletes an entity. (Inherited from IEntityDeleteOperations<T>) |
Put(T) |
Updates an entity. (Inherited from IEntityPutOperations<T>) |
PutAsync(T) |
Asynchronously updates an entity. (Inherited from IEntityPutOperations<T>) |