DedicatedHostGroup Class
Specifies information about the dedicated host group that the dedicated hosts should be assigned to. 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.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
Constructor
DedicatedHostGroup(*, location: str, tags: Dict[str, str] | None = None, zones: List[str] | None = None, platform_fault_domain_count: int | None = None, support_automatic_placement: bool | None = None, additional_capabilities: _models.DedicatedHostGroupPropertiesAdditionalCapabilities | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. Default value: None
|
location
|
The geo-location where the resource lives. Required. |
zones
|
The availability zones. Default value: None
|
platform_fault_domain_count
|
Number of fault domains that the host group can span. Default value: None
|
support_automatic_placement
|
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 'false' when not provided. Minimum api-version: 2020-06-01. Default value: None
|
additional_capabilities
|
Enables or disables a capability on the dedicated host group. Minimum api-version: 2022-03-01. Default value: None
|
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags
|
Resource tags. |
location
|
The geo-location where the resource lives. Required. |
zones
|
The availability zones. |
platform_fault_domain_count
|
Number of fault domains that the host group can span. |
hosts
|
A list of references to all dedicated hosts in the dedicated host group. |
instance_view
|
The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. |
support_automatic_placement
|
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 'false' when not provided. Minimum api-version: 2020-06-01. |
additional_capabilities
|
Enables or disables a capability on the dedicated host group. Minimum api-version: 2022-03-01. |