GalleryApplicationVersionTargetRegion

data class GalleryApplicationVersionTargetRegion(val name: String, val regionalReplicaCount: Int, val storageAccountType: String? = null)

Constructors

Link copied to clipboard
fun GalleryApplicationVersionTargetRegion(name: String, regionalReplicaCount: Int, storageAccountType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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