你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DedicatedHostsOperationsExtensions.CreateOrUpdate 方法

定义

创建或更新专用主机 。

public static Microsoft.Azure.Management.Compute.Models.DedicatedHost CreateOrUpdate (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, Microsoft.Azure.Management.Compute.Models.DedicatedHost parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.DedicatedHost -> Microsoft.Azure.Management.Compute.Models.DedicatedHost
<Extension()>
Public Function CreateOrUpdate (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

提供给“创建专用主机”的参数。

返回

适用于