pub struct SharedImageGalleryResult {
pub description: Output<Option<String>>,
pub location: Output<String>,
pub name: Output<String>,
pub resource_group_name: Output<String>,
pub sharing: Output<Option<SharedImageGallerySharing>>,
pub tags: Output<Option<HashMap<String, String>>>,
pub unique_name: Output<String>,
}
Fields§
§description: Output<Option<String>>
A description for this Shared Image Gallery.
location: Output<String>
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
name: Output<String>
Specifies the name of the Shared Image Gallery. Changing this forces a new resource to be created.
resource_group_name: Output<String>
The name of the resource group in which to create the Shared Image Gallery. Changing this forces a new resource to be created.
sharing: Output<Option<SharedImageGallerySharing>>
A sharing
block as defined below. Changing this forces a new resource to be created.
A mapping of tags to assign to the Shared Image Gallery.
unique_name: Output<String>
The Unique Name for this 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