VirtualMachineVMImageReplicateParameters::TargetLocations Property

 

Optional. The replication target regional locations.Note: The regions in the request body are not additive. If a VM 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)

public:
property IList<String^>^ TargetLocations {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}
Return to top
Show: