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

DedicatedHostGroup 构造函数

定义

重载

DedicatedHostGroup()

初始化 DedicatedHostGroup 类的新实例。

DedicatedHostGroup(String, Int32, String, String, String, IDictionary<String, String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, IList<String>)

初始化 DedicatedHostGroup 类的新实例。

DedicatedHostGroup(String, Int32, String, String, String, IDictionary<String, String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, DedicatedHostGroupPropertiesAdditionalCapabilities, IList<String>)

初始化 DedicatedHostGroup 类的新实例。

DedicatedHostGroup()

初始化 DedicatedHostGroup 类的新实例。

public DedicatedHostGroup ();
Public Sub New ()

适用于

DedicatedHostGroup(String, Int32, String, String, String, IDictionary<String, String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, IList<String>)

初始化 DedicatedHostGroup 类的新实例。

public DedicatedHostGroup (string location, int platformFaultDomainCount, string id, string name, string type, System.Collections.Generic.IDictionary<string,string> tags, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> hosts, Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupInstanceView instanceView, bool? supportAutomaticPlacement, System.Collections.Generic.IList<string> zones);
new Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup : string * int * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> * Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupInstanceView * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup
Public Sub New (location As String, platformFaultDomainCount As Integer, id As String, name As String, type As String, tags As IDictionary(Of String, String), hosts As IList(Of SubResourceReadOnly), instanceView As DedicatedHostGroupInstanceView, supportAutomaticPlacement As Nullable(Of Boolean), zones As IList(Of String))

参数

location
String

资源位置

platformFaultDomainCount
Int32

主机组可以跨越的容错域数。

id
String

资源 ID

name
String

资源名称

type
String

资源类型

tags
IDictionary<String,String>

资源标记

hosts
IList<SubResourceReadOnly>

对专用主机组中所有专用主机的引用列表。

instanceView
DedicatedHostGroupInstanceView

专用主机组实例视图,其中包含专用主机组下专用主机的实例视图列表。

supportAutomaticPlacement
Nullable<Boolean>

指定是否可以自动将虚拟机或虚拟机规模集放置在专用主机组上。 自动放置意味着资源在专用主机组下由 Azure 选择的专用主机上分配。 如果未提供该值,该值默认为“false”。 <br><br>最低 api-version:2020-06-01。

zones
IList<String>

要用于此主机组的可用性区域。 仅支持单个区域。 只能在创建期间分配区域。 如果未提供,则组支持该区域中的所有区域。 如果提供,则强制组中的每个主机位于同一区域。

适用于

DedicatedHostGroup(String, Int32, String, String, String, IDictionary<String, String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, DedicatedHostGroupPropertiesAdditionalCapabilities, IList<String>)

初始化 DedicatedHostGroup 类的新实例。

public DedicatedHostGroup (string location, int platformFaultDomainCount, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> hosts = default, Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupInstanceView instanceView = default, bool? supportAutomaticPlacement = default, Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupPropertiesAdditionalCapabilities additionalCapabilities = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup : string * int * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> * Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupInstanceView * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupPropertiesAdditionalCapabilities * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup
Public Sub New (location As String, platformFaultDomainCount As Integer, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional hosts As IList(Of SubResourceReadOnly) = Nothing, Optional instanceView As DedicatedHostGroupInstanceView = Nothing, Optional supportAutomaticPlacement As Nullable(Of Boolean) = Nothing, Optional additionalCapabilities As DedicatedHostGroupPropertiesAdditionalCapabilities = Nothing, Optional zones As IList(Of String) = Nothing)

参数

location
String

资源位置

platformFaultDomainCount
Int32

主机组可以跨越的容错域数。

id
String

资源 ID

name
String

资源名称

type
String

资源类型

tags
IDictionary<String,String>

资源标记

hosts
IList<SubResourceReadOnly>

对专用主机组中所有专用主机的引用列表。

instanceView
DedicatedHostGroupInstanceView

专用主机组实例视图,其中包含专用主机组下专用主机的实例视图列表。

supportAutomaticPlacement
Nullable<Boolean>

指定是否可以自动将虚拟机或虚拟机规模集放置在专用主机组上。 自动放置意味着资源在专用主机组下由 Azure 选择的专用主机上分配。 如果未提供该值,该值默认为“false”。 最低 API 版本:2020-06-01。

additionalCapabilities
DedicatedHostGroupPropertiesAdditionalCapabilities

启用或禁用专用主机组上的功能。 最低 API 版本:2022-03-01。

zones
IList<String>

要用于此主机组的可用性区域。 仅支持单个区域。 只能在创建期间分配区域。 如果未提供,则组支持该区域中的所有区域。 如果提供,则强制组中的每个主机位于同一区域。

适用于