IConfigurationPolicyCollection 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.
Represents the operations that can be done on the partner's configuration policies.
public interface IConfigurationPolicyCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy,Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.DevicesDeployment.IConfigurationPolicy>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IConfigurationPolicyCollection = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntireEntityCollectionRetrievalOperations<ConfigurationPolicy, ResourceCollection<ConfigurationPolicy>>
interface IEntityCreateOperations<ConfigurationPolicy>
interface IEntityCreateOperations<ConfigurationPolicy, ConfigurationPolicy>
interface IEntitySelector<IConfigurationPolicy>
Public Interface IConfigurationPolicyCollection
Implements IEntireEntityCollectionRetrievalOperations(Of ConfigurationPolicy, ResourceCollection(Of ConfigurationPolicy)), IEntityCreateOperations(Of ConfigurationPolicy), IEntityCreateOperations(Of ConfigurationPolicy, ConfigurationPolicy), IEntitySelector(Of IConfigurationPolicy), IPartnerComponent, IPartnerComponent(Of String)
- Implements
-
IEntireEntityCollectionRetrievalOperations<ConfigurationPolicy,ResourceCollection<ConfigurationPolicy>> IEntityCreateOperations<ConfigurationPolicy,ConfigurationPolicy> IEntityCreateOperations<ConfigurationPolicy> IEntityCreateOperations<T,T> IEntitySelector<IConfigurationPolicy> IPartnerComponent IPartnerComponent<String>
Properties
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
Item[String] |
Retrieves configuration policy behavior. |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
Methods
ById(String) |
Retrieves configuration policy behavior. |
Create(T) |
Creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
CreateAsync(T) |
Asynchronously creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
Get() |
Retrieves all configuration policies. |
GetAsync() |
Asynchronously retrieves all configuration policies. |