次の方法で共有


DevicesOperationsExtensions.Update メソッド

定義

Data Box Edge/Data Box Gateway リソースを変更します。

public static Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice Update(this Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations operations, string deviceName, Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevicePatch parameters, string resourceGroupName);
static member Update : Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations * string * Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevicePatch * string -> Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice
<Extension()>
Public Function Update (operations As IDevicesOperations, deviceName As String, parameters As DataBoxEdgeDevicePatch, resourceGroupName As String) As DataBoxEdgeDevice

パラメーター

operations
IDevicesOperations

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

deviceName
String

デバイス名。

parameters
DataBoxEdgeDevicePatch

リソース パラメーター。

resourceGroupName
String

リソース グループ名。

戻り値

適用対象