Get Gallery Result
data class GetGalleryResult(val description: String? = null, val id: String, val identifier: GalleryIdentifierResponse? = 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(description: String? = null, id: String, identifier: GalleryIdentifierResponse? = null, location: String, name: String, provisioningState: String, sharingProfile: SharingProfileResponse? = null, sharingStatus: SharingStatusResponse, softDeletePolicy: SoftDeletePolicyResponse? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The description of this Shared Image Gallery resource. This property is updatable.
Link copied to clipboard
Describes the gallery unique 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.