GalleryArtifactPublishingProfileBase.TargetRegions Property

Definition

Gets or sets the target regions where the Image Version is going to be replicated to. This property is updatable.

[Newtonsoft.Json.JsonProperty(PropertyName="targetRegions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> TargetRegions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetRegions")>]
member this.TargetRegions : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> with get, set
Public Property TargetRegions As IList(Of TargetRegion)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to