pub struct GetAvailabilitySetResult {
pub id: Output<String>,
pub location: Output<String>,
pub managed: Output<bool>,
pub name: Output<String>,
pub platform_fault_domain_count: Output<String>,
pub platform_update_domain_count: Output<String>,
pub resource_group_name: Output<String>,
pub tags: Output<HashMap<String, String>>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
location: Output<String>
The supported Azure location where the Availability Set exists.
managed: Output<bool>
Whether the availability set is managed or not.
name: Output<String>
§platform_fault_domain_count: Output<String>
The number of fault domains that are used.
platform_update_domain_count: Output<String>
The number of update domains that are used.
resource_group_name: Output<String>
A mapping of tags assigned to the resource.
Auto Trait Implementations§
impl Freeze for GetAvailabilitySetResult
impl RefUnwindSafe for GetAvailabilitySetResult
impl Send for GetAvailabilitySetResult
impl Sync for GetAvailabilitySetResult
impl Unpin for GetAvailabilitySetResult
impl UnwindSafe for GetAvailabilitySetResult
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