你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IaasVMRestoreRequest.CreateNewCloudService 属性

定义

获取或设置是否在还原 VM 时创建新的云服务。 如果为 false,则 VM 将还原到备份时所在的同一云服务。

[Newtonsoft.Json.JsonProperty(PropertyName="createNewCloudService")]
public bool? CreateNewCloudService { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="createNewCloudService")>]
member this.CreateNewCloudService : Nullable<bool> with get, set
Public Property CreateNewCloudService As Nullable(Of Boolean)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于