GetSharedImageResult

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The description of this Shared Image.

Link copied to clipboard

The End User Licence Agreement for the 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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identifier block as defined below.

Link copied to clipboard

The supported Azure location where the Shared Image Gallery exists.

Link copied to clipboard

(Required) The Purchase Plan Name for this Shared Image.

Link copied to clipboard

The type of Operating System present in this Shared Image.

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).

Link copied to clipboard

A mapping of tags assigned to the Shared Image.