GalleryApplicationVersionPublishingProfileArgs

data class GalleryApplicationVersionPublishingProfileArgs(val advancedSettings: Output<Map<String, String>>? = null, val customActions: Output<List<GalleryApplicationCustomActionArgs>>? = null, val enableHealthCheck: Output<Boolean>? = null, val endOfLifeDate: Output<String>? = null, val excludeFromLatest: Output<Boolean>? = null, val manageActions: Output<UserArtifactManageArgs>? = null, val replicaCount: Output<Int>? = null, val replicationMode: Output<Either<String, ReplicationMode>>? = null, val settings: Output<UserArtifactSettingsArgs>? = null, val source: Output<UserArtifactSourceArgs>, val storageAccountType: Output<Either<String, StorageAccountType>>? = null, val targetExtendedLocations: Output<List<GalleryTargetExtendedLocationArgs>>? = null, val targetRegions: Output<List<TargetRegionArgs>>? = null) : ConvertibleToJava<GalleryApplicationVersionPublishingProfileArgs>

The publishing profile of a gallery image version.

Constructors

constructor(advancedSettings: Output<Map<String, String>>? = null, customActions: Output<List<GalleryApplicationCustomActionArgs>>? = null, enableHealthCheck: Output<Boolean>? = null, endOfLifeDate: Output<String>? = null, excludeFromLatest: Output<Boolean>? = null, manageActions: Output<UserArtifactManageArgs>? = null, replicaCount: Output<Int>? = null, replicationMode: Output<Either<String, ReplicationMode>>? = null, settings: Output<UserArtifactSettingsArgs>? = null, source: Output<UserArtifactSourceArgs>, storageAccountType: Output<Either<String, StorageAccountType>>? = null, targetExtendedLocations: Output<List<GalleryTargetExtendedLocationArgs>>? = null, targetRegions: Output<List<TargetRegionArgs>>? = null)

Properties

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

Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.

Link copied to clipboard

A list of custom actions that can be performed with this Gallery Application Version.

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

Optional. Whether or not this application reports health.

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

The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.

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

If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.

Link copied to clipboard
Link copied to clipboard
val replicaCount: Output<Int>? = null

The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.

Link copied to clipboard
val replicationMode: Output<Either<String, ReplicationMode>>? = null

Optional parameter which specifies the mode to be used for replication. This property is not updatable.

Link copied to clipboard
val settings: Output<UserArtifactSettingsArgs>? = null

Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.

Link copied to clipboard

The source image from which the Image Version is going to be created.

Link copied to clipboard
val storageAccountType: Output<Either<String, StorageAccountType>>? = null

Specifies the storage account type to be used to store the image. This property is not updatable.

Link copied to clipboard

The target extended locations where the Image Version is going to be replicated to. This property is updatable.

Link copied to clipboard
val targetRegions: Output<List<TargetRegionArgs>>? = null

The target regions where the Image Version is going to be replicated to. This property is updatable.

Functions

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