次の方法で共有


DedicatedHostsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

専用ホスト を作成または更新します。

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

パラメーター

operations
IDedicatedHostsOperations

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

resourceGroupName
String

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

hostGroupName
String

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

hostName
String

専用ホスト の名前。

parameters
DedicatedHost

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象