Get Shared Image Result
data class GetSharedImageResult(val architecture: String, val description: String, val eula: String, val galleryName: String, val hyperVGeneration: String, val id: String, val identifiers: List<GetSharedImageIdentifier>, val location: String, val name: String, val osType: String, val privacyStatementUri: String, val purchasePlans: List<GetSharedImagePurchasePlan>, val releaseNoteUri: String, val resourceGroupName: String, val specialized: Boolean, val tags: Map<String, String>)
A collection of values returned by getSharedImage.
Constructors
Link copied to clipboard
constructor(architecture: String, description: String, eula: String, galleryName: String, hyperVGeneration: String, id: String, identifiers: List<GetSharedImageIdentifier>, location: String, name: String, osType: String, privacyStatementUri: String, purchasePlans: List<GetSharedImagePurchasePlan>, releaseNoteUri: String, resourceGroupName: String, specialized: Boolean, tags: Map<String, String>)
Properties
Link copied to clipboard
Link copied to clipboard
The description of this Shared Image.
Link copied to clipboard
Link copied to clipboard
The generation of HyperV that the Virtual Machine used to create the Shared Image is based on.
Link copied to clipboard
An identifier
block as defined below.
Link copied to clipboard
The URI containing the Privacy Statement for this Shared Image.
Link copied to clipboard
(Optional) A purchase_plan
block as defined below.
Link copied to clipboard
The URI containing the Release Notes for this Shared Image.
Link copied to clipboard
Link copied to clipboard
Specifies that the Operating System used inside this Image has not been Generalized (for example, sysprep
on Windows has not been run).