你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataBoxEdgeDeviceResource.UpdateExtendedInformation 方法

定义

获取指定 Data Box Edge/Data Box Gateway 设备的其他信息。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/updateExtendedInformation
  • 操作IdDevices_UpdateExtendedInformation
public virtual Azure.Response<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfo> UpdateExtendedInformation (Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfoPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateExtendedInformation : Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfoPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfo>
override this.UpdateExtendedInformation : Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfoPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfo>
Public Overridable Function UpdateExtendedInformation (patch As DataBoxEdgeDeviceExtendedInfoPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataBoxEdgeDeviceExtendedInfo)

参数

patch
DataBoxEdgeDeviceExtendedInfoPatch

patch 对象。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

patch 为 null。

适用于