GetSharedImageGalleryResult

data class GetSharedImageGalleryResult(val description: String, val id: String, val imageNames: List<String>, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val uniqueName: String)

A collection of values returned by getSharedImageGallery.

Constructors

Link copied to clipboard
constructor(description: String, id: String, imageNames: List<String>, location: String, name: String, resourceGroupName: String, tags: Map<String, String>, uniqueName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description for the Shared Image Gallery.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Shared Image names within this Shared Image Gallery.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags which are assigned to the Shared Image Gallery.

Link copied to clipboard

The unique name assigned to the Shared Image Gallery.