IDevicesBatchCollection.ById(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.