次の方法で共有


DedicatedHostGroupsOperationsExtensions.Update メソッド

定義

専用ホスト グループを更新します。

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

パラメーター

operations
IDedicatedHostGroupsOperations

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

resourceGroupName
String

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

hostGroupName
String

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

parameters
DedicatedHostGroupUpdate

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

戻り値

適用対象