GetGalleryResult

data class GetGalleryResult(val azureApiVersion: String, val description: String? = null, val id: String, val identifier: GalleryIdentifierResponse? = null, val identity: GalleryIdentityResponse? = null, val location: String, val name: String, val provisioningState: String, val sharingProfile: SharingProfileResponse? = null, val sharingStatus: SharingStatusResponse, val softDeletePolicy: SoftDeletePolicyResponse? = null, val tags: Map<String, String>? = null, val type: String)

Specifies information about the Shared Image Gallery that you want to create or update.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, id: String, identifier: GalleryIdentifierResponse? = null, identity: GalleryIdentityResponse? = null, location: String, name: String, provisioningState: String, sharingProfile: SharingProfileResponse? = null, sharingStatus: SharingStatusResponse, softDeletePolicy: SoftDeletePolicyResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

The description of this Shared Image Gallery resource. This property is updatable.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Describes the gallery unique name.

Link copied to clipboard

The identity of the gallery, if configured.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

Profile for gallery sharing to subscription or tenant

Link copied to clipboard

Sharing status of current gallery.

Link copied to clipboard

Contains information about the soft deletion policy of the gallery.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type