次の方法で共有


DedicatedHostGroupsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

専用ホスト グループを作成または更新します。 専用ホストと専用ホスト グループの詳細については、[専用ホストのドキュメント] (https://go.microsoft.com/fwlink/?linkid=2082596) を参照してください

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

パラメーター

operations
IDedicatedHostGroupsOperations

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

resourceGroupName
String

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

hostGroupName
String

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

parameters
DedicatedHostGroup

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象