次の方法で共有


DedicatedHostsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Compute.Models.DedicatedHost BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, Microsoft.Azure.Management.Compute.Models.DedicatedHost parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.DedicatedHost -> Microsoft.Azure.Management.Compute.Models.DedicatedHost
<Extension()>
Public Function BeginCreateOrUpdate (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String, hostName As String, parameters As DedicatedHost) As DedicatedHost

パラメーター

operations
IDedicatedHostsOperations

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

resourceGroupName
String

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

hostGroupName
String

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

hostName
String

専用ホストの名前。

parameters
DedicatedHost

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

戻り値

適用対象