IDevicesBatchCollection Interface

Definition

Represents the operations that can be done on the partner's devices batches.

public interface IDevicesBatchCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.DeviceBatch,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.DeviceBatch>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.DeviceBatchCreationRequest,string>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.DevicesDeployment.IDevicesBatch>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IDevicesBatchCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntireEntityCollectionRetrievalOperations<DeviceBatch, ResourceCollection<DeviceBatch>>
    interface IEntitySelector<IDevicesBatch>
    interface IEntityCreateOperations<DeviceBatchCreationRequest, string>
Public Interface IDevicesBatchCollection
Implements IEntireEntityCollectionRetrievalOperations(Of DeviceBatch, ResourceCollection(Of DeviceBatch)), IEntityCreateOperations(Of DeviceBatchCreationRequest, String), IEntitySelector(Of IDevicesBatch), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Item[String]

Retrieves a specific customer devices batch behavior.

Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

ById(String)

Retrieves a specific customer devices batch 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 devices batches.

GetAsync()

Asynchronously retrieves all devices batches.

Applies to