你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineVMImageReplicateParameters.TargetLocations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
必需。 复制目标区域位置。注意:请求正文中的区域不是累加的。 如果 VM 映像已复制到区域 A、B 和 C,并且请求复制到区域 A 和 D,则 VM 映像将保留在区域 A 中,将在区域 D 中复制,并且将从区域 B 和 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)