GalleryInVMAccessControlProfileVersionUpdate.TargetLocations Property

Definition

Gets or sets the target regions where the Resource Profile version is going to be replicated to. This property is updatable.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to