pub struct GalleryApplicationAssignmentArgs {
pub configuration_blob_uri: Output<Option<String>>,
pub gallery_application_version_id: Output<String>,
pub order: Output<Option<i32>>,
pub tag: Output<Option<String>>,
pub virtual_machine_id: Output<String>,
}
Fields§
§configuration_blob_uri: Output<Option<String>>
Specifies the URI to an Azure Blob that will replace the default configuration for the package if provided. Changing this forces a new resource to be created.
gallery_application_version_id: Output<String>
The ID of the Gallery Application Version. Changing this forces a new resource to be created.
order: Output<Option<i32>>
Specifies the order in which the packages have to be installed. Possible values are between 0
and 2147483647
. Defaults to 0
.
tag: Output<Option<String>>
Specifies a passthrough value for more generic context. This field can be any valid string
value. Changing this forces a new resource to be created.
virtual_machine_id: Output<String>
The ID of the Virtual Machine. Changing this forces a new resource to be created.
Implementations§
source§impl GalleryApplicationAssignmentArgs
impl GalleryApplicationAssignmentArgs
sourcepub fn builder() -> GalleryApplicationAssignmentArgsBuilder
pub fn builder() -> GalleryApplicationAssignmentArgsBuilder
Create an instance of GalleryApplicationAssignmentArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GalleryApplicationAssignmentArgs
impl Clone for GalleryApplicationAssignmentArgs
source§fn clone(&self) -> GalleryApplicationAssignmentArgs
fn clone(&self) -> GalleryApplicationAssignmentArgs
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 GalleryApplicationAssignmentArgs
impl RefUnwindSafe for GalleryApplicationAssignmentArgs
impl Send for GalleryApplicationAssignmentArgs
impl Sync for GalleryApplicationAssignmentArgs
impl Unpin for GalleryApplicationAssignmentArgs
impl UnwindSafe for GalleryApplicationAssignmentArgs
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
)