GetMarketplaceGalleryImageResult

data class GetMarketplaceGalleryImageResult(val azureApiVersion: String, val cloudInitDataSource: String? = null, val containerId: String? = null, val extendedLocation: ExtendedLocationResponse? = null, val hyperVGeneration: String? = null, val id: String, val identifier: GalleryImageIdentifierResponse? = null, val location: String, val name: String, val osType: String, val provisioningState: String, val status: MarketplaceGalleryImageStatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: GalleryImageVersionResponse? = null)

The marketplace gallery image resource definition.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, cloudInitDataSource: String? = null, containerId: String? = null, extendedLocation: ExtendedLocationResponse? = null, hyperVGeneration: String? = null, id: String, identifier: GalleryImageIdentifierResponse? = null, location: String, name: String, osType: String, provisioningState: String, status: MarketplaceGalleryImageStatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: GalleryImageVersionResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Datasource for the gallery image when provisioning with cloud-init NoCloud, Azure

Link copied to clipboard
val containerId: String? = null

Storage ContainerID of the storage container to be used for marketplace gallery image

Link copied to clipboard

The extendedLocation of the resource.

Link copied to clipboard

The hypervisor generation of the Virtual Machine V1, V2

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

This is the gallery image definition identifier.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Operating system type that the gallery image uses Windows, Linux

Link copied to clipboard

Provisioning state of the marketplace gallery image.

Link copied to clipboard

The observed state of marketplace gallery images

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Specifies information about the gallery image version that you want to create or update.