pub struct GetDedicatedHostGroupResult {
pub automatic_placement_enabled: Output<bool>,
pub id: Output<String>,
pub location: Output<String>,
pub name: Output<String>,
pub platform_fault_domain_count: Output<i32>,
pub resource_group_name: Output<String>,
pub tags: Output<HashMap<String, String>>,
pub zones: Output<Vec<String>>,
}
Fields§
§automatic_placement_enabled: Output<bool>
Whether virtual machines or virtual machine scale sets be placed automatically on this Dedicated Host Group.
id: Output<String>
The provider-assigned unique ID for this managed resource.
location: Output<String>
The Azure location where the Dedicated Host Group exists.
name: Output<String>
§platform_fault_domain_count: Output<i32>
The number of fault domains that the Dedicated Host Group spans.
resource_group_name: Output<String>
A mapping of tags assigned to the resource.
zones: Output<Vec<String>>
A list of Availability Zones in which this Dedicated Host Group is located.
Auto Trait Implementations§
impl Freeze for GetDedicatedHostGroupResult
impl RefUnwindSafe for GetDedicatedHostGroupResult
impl Send for GetDedicatedHostGroupResult
impl Sync for GetDedicatedHostGroupResult
impl Unpin for GetDedicatedHostGroupResult
impl UnwindSafe for GetDedicatedHostGroupResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more