pub struct CapacityReservationGroupResult {
pub location: Output<String>,
pub name: Output<String>,
pub resource_group_name: Output<String>,
pub tags: Output<Option<HashMap<String, String>>>,
pub zones: Output<Option<Vec<String>>>,
}
Fields§
§location: Output<String>
The Azure location where the Capacity Reservation Group exists. Changing this forces a new resource to be created.
name: Output<String>
Specifies the name of this Capacity Reservation Group. Changing this forces a new resource to be created.
resource_group_name: Output<String>
Specifies the name of the resource group the Capacity Reservation Group is located in. Changing this forces a new resource to be created.
A mapping of tags to assign to the resource.
zones: Output<Option<Vec<String>>>
Specifies a list of Availability Zones for this Capacity Reservation Group. Changing this forces a new resource to be created.
Auto Trait Implementations§
impl Freeze for CapacityReservationGroupResult
impl RefUnwindSafe for CapacityReservationGroupResult
impl Send for CapacityReservationGroupResult
impl Sync for CapacityReservationGroupResult
impl Unpin for CapacityReservationGroupResult
impl UnwindSafe for CapacityReservationGroupResult
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