DedicatedHostGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies information about the dedicated host group that the dedicated hosts should be assigned to. <br><br> Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing dedicated host cannot be added to another dedicated host group.
public class DedicatedHostGroup : Azure.ResourceManager.Compute.Models.Resource
type DedicatedHostGroup = class
inherit Resource
Public Class DedicatedHostGroup
Inherits Resource
- Inheritance
Constructors
DedicatedHostGroup(String) |
Initializes a new instance of DedicatedHostGroup. |
Properties
Hosts |
A list of references to all dedicated hosts in the dedicated host group. |
Id |
Resource Id. (Inherited from Resource) |
Location |
Resource location. (Inherited from Resource) |
Name |
Resource name. (Inherited from Resource) |
PlatformFaultDomainCount |
Number of fault domains that the host group can span. |
Tags |
Resource tags. (Inherited from Resource) |
Type |
Resource type. (Inherited from Resource) |
Zones |
Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. |