IBatchJobStatusCollection Interface

Definition

Represents the operations that can be done on the partner's batch upload status collection.

public interface IBatchJobStatusCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.DevicesDeployment.IBatchJobStatus>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IBatchJobStatusCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntitySelector<IBatchJobStatus>
Public Interface IBatchJobStatusCollection
Implements IEntitySelector(Of IBatchJobStatus), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

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

Retrieves a specific customer's devices batch upload status 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's devices batch upload status behavior.

Applies to