pub struct GetImageArgs {
pub name: Output<Option<String>>,
pub name_regex: Output<Option<String>>,
pub resource_group_name: Output<String>,
pub sort_descending: Output<Option<bool>>,
}
Fields§
§name: Output<Option<String>>
The name of the Image.
name_regex: Output<Option<String>>
Regex pattern of the image to match.
resource_group_name: Output<String>
The Name of the Resource Group where this Image exists.
sort_descending: Output<Option<bool>>
By default when matching by regex, images are sorted by name in ascending order and the first match is chosen, to sort descending, set this flag.
Implementations§
source§impl GetImageArgs
impl GetImageArgs
sourcepub fn builder() -> GetImageArgsBuilder
pub fn builder() -> GetImageArgsBuilder
Create an instance of GetImageArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetImageArgs
impl Clone for GetImageArgs
source§fn clone(&self) -> GetImageArgs
fn clone(&self) -> GetImageArgs
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 GetImageArgs
impl RefUnwindSafe for GetImageArgs
impl Send for GetImageArgs
impl Sync for GetImageArgs
impl Unpin for GetImageArgs
impl UnwindSafe for GetImageArgs
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
)