pub struct AutomanageConfigurationAssignmentArgs {
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.
Implementations§
source§impl AutomanageConfigurationAssignmentArgs
impl AutomanageConfigurationAssignmentArgs
sourcepub fn builder() -> AutomanageConfigurationAssignmentArgsBuilder
pub fn builder() -> AutomanageConfigurationAssignmentArgsBuilder
Create an instance of AutomanageConfigurationAssignmentArgs
using the builder syntax
Trait Implementations§
source§impl Clone for AutomanageConfigurationAssignmentArgs
impl Clone for AutomanageConfigurationAssignmentArgs
source§fn clone(&self) -> AutomanageConfigurationAssignmentArgs
fn clone(&self) -> AutomanageConfigurationAssignmentArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AutomanageConfigurationAssignmentArgs
impl RefUnwindSafe for AutomanageConfigurationAssignmentArgs
impl Send for AutomanageConfigurationAssignmentArgs
impl Sync for AutomanageConfigurationAssignmentArgs
impl Unpin for AutomanageConfigurationAssignmentArgs
impl UnwindSafe for AutomanageConfigurationAssignmentArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)