pub struct GetImagesArgs {
pub resource_group_name: Output<String>,
pub tags_filter: Output<Option<HashMap<String, String>>>,
}
Fields§
§resource_group_name: Output<String>
The name of the Resource Group in which the Image exists.
A mapping of tags to filter the list of images against.
Implementations§
source§impl GetImagesArgs
impl GetImagesArgs
sourcepub fn builder() -> GetImagesArgsBuilder
pub fn builder() -> GetImagesArgsBuilder
Create an instance of GetImagesArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetImagesArgs
impl Clone for GetImagesArgs
source§fn clone(&self) -> GetImagesArgs
fn clone(&self) -> GetImagesArgs
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 GetImagesArgs
impl RefUnwindSafe for GetImagesArgs
impl Send for GetImagesArgs
impl Sync for GetImagesArgs
impl Unpin for GetImagesArgs
impl UnwindSafe for GetImagesArgs
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
)