次の方法で共有


DedicatedHostsOperationsExtensions.Update メソッド

定義

専用ホスト を更新します。

public static Microsoft.Azure.Management.Compute.Models.DedicatedHost Update (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, Microsoft.Azure.Management.Compute.Models.DedicatedHostUpdate parameters);
static member Update : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.DedicatedHostUpdate -> Microsoft.Azure.Management.Compute.Models.DedicatedHost
<Extension()>
Public Function Update (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String, hostName As String, parameters As DedicatedHostUpdate) As DedicatedHost

パラメーター

operations
IDedicatedHostsOperations

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

resourceGroupName
String

リソース グループの名前。

hostGroupName
String

専用ホスト グループの名前。

hostName
String

専用ホスト の名前。

parameters
DedicatedHostUpdate

専用ホストの更新操作に指定されたパラメーター。

戻り値

適用対象