Gallery Image Args
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 Azure REST API version: 2018-10-15. Prior API version in Azure Native 1.x: 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}
Content copied to clipboard
Constructors
Link copied to clipboard
fun GalleryImageArgs(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)