IDevicesBatchCollection.ById(String) メソッド

定義

特定の顧客デバイスのバッチ動作を取得します。

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

パラメーター

devicebatchId
String

デバイスのバッチIDです。

返品

デバイスはバッチ動作をします。

実装

適用対象