共用方式為


DevicesOperationsExtensions.UpdateExtendedInformationAsync Method

Definition

Gets additional information for the specified Data Box Edge/Data Box Gateway device.

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

Parameters

operations
IDevicesOperations

The operations group for this extension method.

deviceName
String

The device name.

parameters
DataBoxEdgeDeviceExtendedInfoPatch

The patch object.

resourceGroupName
String

The resource group name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to