TargetRegion.RegionalReplicaCount Property

Definition

Gets or sets the number of replicas of the Image Version to be created per region. This property is updatable.

[Newtonsoft.Json.JsonProperty(PropertyName="regionalReplicaCount")]
public int? RegionalReplicaCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="regionalReplicaCount")>]
member this.RegionalReplicaCount : Nullable<int> with get, set
Public Property RegionalReplicaCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to