VirtualMachineOSImageReplicateParameters.TargetLocations Property

 

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.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public IList<string> TargetLocations { get; set; }
public:
property IList<String^>^ TargetLocations {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member TargetLocations : IList<string> with get, set
Public Property TargetLocations As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

See Also

VirtualMachineOSImageReplicateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top