DedicatedHostGroupUpdate 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 host should be assigned to. Only tags may be updated.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DedicatedHostGroupUpdate : Microsoft.Azure.Management.Compute.Fluent.Models.UpdateResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DedicatedHostGroupUpdate = class
inherit UpdateResource
Public Class DedicatedHostGroupUpdate
Inherits UpdateResource
- Inheritance
- Attributes
Constructors
DedicatedHostGroupUpdate() |
Initializes a new instance of the DedicatedHostGroupUpdate class. |
DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, IList<String>) |
Initializes a new instance of the DedicatedHostGroupUpdate class. |
Properties
Hosts |
Gets a list of references to all dedicated hosts in the dedicated host group. |
InstanceView |
Gets the dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. |
PlatformFaultDomainCount |
Gets or sets number of fault domains that the host group can span. |
SupportAutomaticPlacement |
Gets or sets specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'true' when not provided. <br><br>Minimum api-version: 2020-06-01. |
Tags |
Gets or sets resource tags (Inherited from UpdateResource) |
Zones |
Gets or sets 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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET