你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DedicatedHostGroupUpdate 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DedicatedHostGroupUpdate() |
初始化 DedicatedHostGroupUpdate 类的新实例。 |
DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, IList<String>) |
初始化 DedicatedHostGroupUpdate 类的新实例。 |
DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, DedicatedHostGroupPropertiesAdditionalCapabilities, IList<String>) |
初始化 DedicatedHostGroupUpdate 类的新实例。 |
DedicatedHostGroupUpdate()
初始化 DedicatedHostGroupUpdate 类的新实例。
public DedicatedHostGroupUpdate ();
Public Sub New ()
适用于
DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, IList<String>)
初始化 DedicatedHostGroupUpdate 类的新实例。
public DedicatedHostGroupUpdate (int platformFaultDomainCount, 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.DedicatedHostGroupUpdate : int * 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.DedicatedHostGroupUpdate
Public Sub New (platformFaultDomainCount As Integer, tags As IDictionary(Of String, String), hosts As IList(Of SubResourceReadOnly), instanceView As DedicatedHostGroupInstanceView, supportAutomaticPlacement As Nullable(Of Boolean), zones As IList(Of String))
参数
- platformFaultDomainCount
- Int32
主机组可以跨越的容错域数。
- tags
- IDictionary<String,String>
资源标记
- hosts
- IList<SubResourceReadOnly>
对专用主机组中所有专用主机的引用列表。
- instanceView
- DedicatedHostGroupInstanceView
专用主机组实例视图,其中包含专用主机组下专用主机的实例视图列表。
指定是否可以自动将虚拟机或虚拟机规模集放置在专用主机组上。 自动放置意味着资源在专用主机组下由 Azure 选择的专用主机上分配。 如果未提供该值,该值默认为“false”。 <br><br>最低 api-version:2020-06-01。
要用于此主机组的可用性区域。 仅支持单个区域。 只能在创建期间分配区域。 如果未提供,则组支持该区域中的所有区域。 如果提供,则强制组中的每个主机位于同一区域。
适用于
DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, DedicatedHostGroupPropertiesAdditionalCapabilities, IList<String>)
初始化 DedicatedHostGroupUpdate 类的新实例。
public DedicatedHostGroupUpdate (int platformFaultDomainCount, 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.DedicatedHostGroupUpdate : int * 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.DedicatedHostGroupUpdate
Public Sub New (platformFaultDomainCount As Integer, 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)
参数
- platformFaultDomainCount
- Int32
主机组可以跨越的容错域数。
- tags
- IDictionary<String,String>
资源标记
- hosts
- IList<SubResourceReadOnly>
对专用主机组中所有专用主机的引用列表。
- instanceView
- DedicatedHostGroupInstanceView
专用主机组实例视图,其中包含专用主机组下专用主机的实例视图列表。
指定是否可以自动将虚拟机或虚拟机规模集放置在专用主机组上。 自动放置意味着资源在专用主机组下由 Azure 选择的专用主机上分配。 如果未提供该值,该值默认为“false”。 最低 API 版本:2020-06-01。
- additionalCapabilities
- DedicatedHostGroupPropertiesAdditionalCapabilities
启用或禁用专用主机组上的功能。 最低 API 版本:2022-03-01。
要用于此主机组的可用性区域。 仅支持单个区域。 只能在创建期间分配区域。 如果未提供,则组支持该区域中的所有区域。 如果提供,则强制组中的每个主机位于同一区域。