VirtualMachineOSImageReplicateParameters.TargetLocations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The replication target regional locations.Note: The regions in the request body are not additive. If an OS Image has already been replicated to Regions A, B, and C, and a request is made to replicate to Regions A and D, the VM Image will remain in Region A, will be replicated in Region D, and will be unreplicated from Regions B and C.
public System.Collections.Generic.IList<string> TargetLocations { get; set; }
member this.TargetLocations : System.Collections.Generic.IList<string> with get, set
Public Property TargetLocations As IList(Of String)
Property Value
Applies to
Azure SDK for .NET