TargetRegionResponse

data class TargetRegionResponse(val name: String, val replicaCount: Int? = null, val storageAccountType: String? = null)

Describes the target region information.

Constructors

Link copied to clipboard
constructor(name: String, replicaCount: Int? = null, storageAccountType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the region.

Link copied to clipboard
val replicaCount: Int? = null

The number of replicas of the Image Version to be created in this region. Omit to use the default (1).

Link copied to clipboard

Specifies the storage account type to be used to store the image in this region. Omit to use the default (Standard_LRS).