SupportPackagesOperationsExtensions.BeginTriggerSupportPackageAsync 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.
Triggers support package on the device
public static System.Threading.Tasks.Task BeginTriggerSupportPackageAsync (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 BeginTriggerSupportPackageAsync : Microsoft.Azure.Management.DataBoxEdge.ISupportPackagesOperations * string * Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginTriggerSupportPackageAsync (operations As ISupportPackagesOperations, deviceName As String, triggerSupportPackageRequest As TriggerSupportPackageRequest, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- ISupportPackagesOperations
The operations group for this extension method.
- deviceName
- String
The device name.
- triggerSupportPackageRequest
- TriggerSupportPackageRequest
The trigger support package request object
- resourceGroupName
- String
The resource group name.
- cancellationToken
- CancellationToken
The cancellation token.