GalleryImage

class GalleryImage : KotlinCustomResource

Represents an image from the Azure Marketplace Uses Azure REST API version 2018-10-15. In version 1.x of the Azure Native provider, it used API version 2018-10-15.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:labservices:GalleryImage myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/galleryimages/{galleryImageName}

Properties

Link copied to clipboard
val author: Output<String>

The author of the gallery image.

Link copied to clipboard
val createdDate: Output<String>

The creation date of the gallery image.

Link copied to clipboard
val description: Output<String>

The description of the gallery image.

Link copied to clipboard
val icon: Output<String>

The icon of the gallery image.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The image reference of the gallery image.

Link copied to clipboard
val isEnabled: Output<Boolean>?

Indicates whether this gallery image is enabled.

Link copied to clipboard
val isOverride: Output<Boolean>?

Indicates whether this gallery has been overridden for this lab account

Link copied to clipboard

Indicates if the plan has been authorized for programmatic deployment.

Link copied to clipboard

The details of the latest operation. ex: status, error

Link copied to clipboard
val location: Output<String>?

The location of the resource.

Link copied to clipboard
val name: Output<String>

The name of the resource.

Link copied to clipboard
val planId: Output<String>

The third party plan that applies to this image

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

The tags of the resource.

Link copied to clipboard
val type: Output<String>

The type of the resource.

Link copied to clipboard
val uniqueIdentifier: Output<String>?

The unique immutable identifier of a resource (Guid).

Link copied to clipboard
val urn: Output<String>