共用方式為


DevicesOperationsExtensions.UpdateAsync Method

Definition

Modifies a Data Box Edge/Data Box Gateway resource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice> UpdateAsync (this Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations operations, string deviceName, Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevicePatch parameters, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations * string * Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevicePatch * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice>
<Extension()>
Public Function UpdateAsync (operations As IDevicesOperations, deviceName As String, parameters As DataBoxEdgeDevicePatch, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataBoxEdgeDevice)

Parameters

operations
IDevicesOperations

The operations group for this extension method.

deviceName
String

The device name.

parameters
DataBoxEdgeDevicePatch

The resource parameters.

resourceGroupName
String

The resource group name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to