GalleryImageArgs

data class GalleryImageArgs(val galleryImageName: Output<String>? = null, val isEnabled: Output<Boolean>? = null, val isOverride: Output<Boolean>? = null, val isPlanAuthorized: Output<Boolean>? = null, val labAccountName: Output<String>? = null, val location: Output<String>? = null, val provisioningState: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val uniqueIdentifier: Output<String>? = null) : ConvertibleToJava<GalleryImageArgs>

Represents an image from the Azure Marketplace 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}

Constructors

Link copied to clipboard
constructor(galleryImageName: Output<String>? = null, isEnabled: Output<Boolean>? = null, isOverride: Output<Boolean>? = null, isPlanAuthorized: Output<Boolean>? = null, labAccountName: Output<String>? = null, location: Output<String>? = null, provisioningState: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, uniqueIdentifier: Output<String>? = null)

Properties

Link copied to clipboard
val galleryImageName: Output<String>? = null

The name of the gallery Image.

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

Indicates whether this gallery image is enabled.

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

Indicates whether this gallery has been overridden for this lab account

Link copied to clipboard
val isPlanAuthorized: Output<Boolean>? = null

Indicates if the plan has been authorized for programmatic deployment.

Link copied to clipboard
val labAccountName: Output<String>? = null

The name of the lab Account.

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

The location of the resource.

Link copied to clipboard
val provisioningState: Output<String>? = null

The provisioning status of the resource.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group.

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

The tags of the resource.

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

The unique immutable identifier of a resource (Guid).

Functions

Link copied to clipboard
open override fun toJava(): GalleryImageArgs