Jezik

IConfigurationPolicyCollection Interface

Definition

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

Properties

Name Description
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

Name Description
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.

Applies to