次の方法で共有


DedicatedHostsOperationsExtensions.BeginUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Compute.Models.DedicatedHost BeginUpdate (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, Microsoft.Azure.Management.Compute.Models.DedicatedHostUpdate parameters);
static member BeginUpdate : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.DedicatedHostUpdate -> Microsoft.Azure.Management.Compute.Models.DedicatedHost
<Extension()>
Public Function BeginUpdate (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

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

戻り値

適用対象