pub struct DedicatedHostGroupResult {
pub automatic_placement_enabled: Output<Option<bool>>,
pub location: Output<String>,
pub name: Output<String>,
pub platform_fault_domain_count: Output<i32>,
pub resource_group_name: Output<String>,
pub tags: Output<Option<HashMap<String, String>>>,
pub zone: Output<Option<String>>,
}
Fields§
§automatic_placement_enabled: Output<Option<bool>>
Would virtual machines or virtual machine scale sets be placed automatically on this Dedicated Host Group? Defaults to false
. Changing this forces a new resource to be created.
location: Output<String>
The Azure location where the Dedicated Host Group exists. Changing this forces a new resource to be created.
name: Output<String>
Specifies the name of the Dedicated Host Group. Changing this forces a new resource to be created.
platform_fault_domain_count: Output<i32>
The number of fault domains that the Dedicated Host Group spans. Changing this forces a new resource to be created.
resource_group_name: Output<String>
Specifies the name of the resource group the Dedicated Host Group is located in. Changing this forces a new resource to be created.
A mapping of tags to assign to the resource.
zone: Output<Option<String>>
Specifies the Availability Zone in which this Dedicated Host Group should be located. Changing this forces a new Dedicated Host Group to be created.