次の方法で共有


SupportPackagesOperationsExtensions.TriggerSupportPackageAsync メソッド

定義

デバイス上のトリガー サポート パッケージ

public static System.Threading.Tasks.Task TriggerSupportPackageAsync(this Microsoft.Azure.Management.DataBoxEdge.ISupportPackagesOperations operations, string deviceName, Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest triggerSupportPackageRequest, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member TriggerSupportPackageAsync : Microsoft.Azure.Management.DataBoxEdge.ISupportPackagesOperations * string * Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function TriggerSupportPackageAsync (operations As ISupportPackagesOperations, deviceName As String, triggerSupportPackageRequest As TriggerSupportPackageRequest, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
ISupportPackagesOperations

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

deviceName
String

デバイス名。

triggerSupportPackageRequest
TriggerSupportPackageRequest

トリガー サポート パッケージ要求オブジェクト

resourceGroupName
String

リソース グループ名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象