VirtualMachineVMImageReplicateParameters.TargetLocations 属性
可选。 复制目标区域的位置。注意:请求正文中的区域不是累加性的。 如果 VM 映像被复制到区域 A、 B 和 C,发出请求以便将复制到一个区域和 D,VM 映像都将保留在区域 A 的将复制区域 D 中并且将非复制从区域 B 和 c。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
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)
属性值
Type: System.Collections.Generic.IList<String>
请参阅
VirtualMachineVMImageReplicateParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首