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
fun GetGalleryResult(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)