次の方法で共有


TriggersOperationsExtensions.ListByDataBoxEdgeDeviceAsync メソッド

定義

デバイスで構成されているすべてのトリガーを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Trigger>> ListByDataBoxEdgeDeviceAsync(this Microsoft.Azure.Management.DataBoxEdge.ITriggersOperations operations, string deviceName, string resourceGroupName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByDataBoxEdgeDeviceAsync : Microsoft.Azure.Management.DataBoxEdge.ITriggersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Trigger>>
<Extension()>
Public Function ListByDataBoxEdgeDeviceAsync (operations As ITriggersOperations, deviceName As String, resourceGroupName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Trigger))

パラメーター

operations
ITriggersOperations

この拡張メソッドの操作グループ。

deviceName
String

デバイス名。

resourceGroupName
String

リソース グループ名。

filter
String

カスタム コンテキスト タグ プロパティでフィルター処理するには、$filter='CustomContextTag eq <tag>' を指定します

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象