GalleryApplicationVersionTargetRegionArgs

data class GalleryApplicationVersionTargetRegionArgs(val excludeFromLatest: Output<Boolean>? = null, val name: Output<String>, val regionalReplicaCount: Output<Int>, val storageAccountType: Output<String>? = null) : ConvertibleToJava<GalleryApplicationVersionTargetRegionArgs>

Constructors

constructor(excludeFromLatest: Output<Boolean>? = null, name: Output<String>, regionalReplicaCount: Output<Int>, storageAccountType: Output<String>? = null)

Properties

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

Specifies whether this Gallery Application Version should be excluded from the latest filter. If set to true, this Gallery Application Version won't be returned for the latest version. Defaults to false.

Link copied to clipboard
val name: Output<String>

The Azure Region in which the Gallery Application Version exists.

Link copied to clipboard

The number of replicas of the Gallery Application Version to be created per region. Possible values are between 1 and 10.

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

The storage account type for the Gallery Application Version. Possible values are Standard_LRS, Premium_LRS and Standard_ZRS. Defaults to Standard_LRS.

Functions

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