pub struct AutomanageConfigurationAssignmentResult {
pub configuration_id: Output<String>,
pub virtual_machine_id: Output<String>,
}
Fields§
§configuration_id: Output<String>
The ARM resource ID of the Automanage Configuration to assign to the Virtual Machine. Changing this forces a new resource to be created.
virtual_machine_id: Output<String>
The ARM resource ID of the Virtual Machine to assign the Automanage Configuration to. Changing this forces a new resource to be created.
Auto Trait Implementations§
impl Freeze for AutomanageConfigurationAssignmentResult
impl RefUnwindSafe for AutomanageConfigurationAssignmentResult
impl Send for AutomanageConfigurationAssignmentResult
impl Sync for AutomanageConfigurationAssignmentResult
impl Unpin for AutomanageConfigurationAssignmentResult
impl UnwindSafe for AutomanageConfigurationAssignmentResult
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