RegistryManager.GetModulesOnDeviceAsync メソッド

定義

オーバーロード

GetModulesOnDeviceAsync(String)

デバイス上のモジュール ID を取得します

GetModulesOnDeviceAsync(String, CancellationToken)

デバイス上のモジュール ID を取得します

GetModulesOnDeviceAsync(String)

デバイス上のモジュール ID を取得します

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Module>> GetModulesOnDeviceAsync (string deviceId);
abstract member GetModulesOnDeviceAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Module>>
override this.GetModulesOnDeviceAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Module>>
Public Overridable Function GetModulesOnDeviceAsync (deviceId As String) As Task(Of IEnumerable(Of Module))

パラメーター

deviceId
String

デバイス ID。

戻り値

デバイス上のモジュールの一覧。

適用対象

GetModulesOnDeviceAsync(String, CancellationToken)

デバイス上のモジュール ID を取得します

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Module>> GetModulesOnDeviceAsync (string deviceId, System.Threading.CancellationToken cancellationToken);
abstract member GetModulesOnDeviceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Module>>
override this.GetModulesOnDeviceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Module>>
Public Overridable Function GetModulesOnDeviceAsync (deviceId As String, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of Module))

パラメーター

deviceId
String

デバイス ID。

cancellationToken
CancellationToken

操作を取り消すトークン。

戻り値

デバイス上のモジュールの一覧。

適用対象