pub struct GetSharedImageGalleryResult {
pub description: Output<String>,
pub id: Output<String>,
pub image_names: Output<Vec<String>>,
pub location: Output<String>,
pub name: Output<String>,
pub resource_group_name: Output<String>,
pub tags: Output<HashMap<String, String>>,
pub unique_name: Output<String>,
}
Fields§
§description: Output<String>
A description for the Shared Image Gallery.
id: Output<String>
The provider-assigned unique ID for this managed resource.
image_names: Output<Vec<String>>
A list of Shared Image names within this Shared Image Gallery.
location: Output<String>
§name: Output<String>
§resource_group_name: Output<String>
A mapping of tags which are assigned to the Shared Image Gallery.
unique_name: Output<String>
The unique name assigned to the Shared Image Gallery.
Auto Trait Implementations§
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