IDevicesBatchCollection.ById(String) Method

Definition

Retrieves a specific customer devices batch behavior.

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

Parameters

devicebatchId
String

The devices batch id.

Returns

The devices batch behavior.

Implements

Applies to