IBatchJobStatusCollection.ById(String) Method

Definition

Retrieves a specific customer's devices batch upload status behavior.

public Microsoft.Store.PartnerCenter.DevicesDeployment.IBatchJobStatus ById (string trackingId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.DevicesDeployment.IBatchJobStatus
Public Function ById (trackingId As String) As IBatchJobStatus

Parameters

trackingId
String

The tracking id.

Returns

The customer's devices batch upload status operations.

Implements

Applies to