次の方法で共有


DedicatedHostGroupsOperationsExtensions.UpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup> UpdateAsync (this Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations operations, string resourceGroupName, string hostGroupName, Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupUpdate parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations * string * string * Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup>
<Extension()>
Public Function UpdateAsync (operations As IDedicatedHostGroupsOperations, resourceGroupName As String, hostGroupName As String, parameters As DedicatedHostGroupUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DedicatedHostGroup)

パラメーター

operations
IDedicatedHostGroupsOperations

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

resourceGroupName
String

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

hostGroupName
String

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

parameters
DedicatedHostGroupUpdate

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象