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

ArmNetAppModelFactory.NetAppVolumeRelocationProperties 方法

定义

初始化 NetAppVolumeRelocationProperties 的新实例。

public static Azure.ResourceManager.NetApp.Models.NetAppVolumeRelocationProperties NetAppVolumeRelocationProperties (bool? isRelocationRequested = default, bool? isReadyToBeFinalized = default);
static member NetAppVolumeRelocationProperties : Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.NetApp.Models.NetAppVolumeRelocationProperties
Public Shared Function NetAppVolumeRelocationProperties (Optional isRelocationRequested As Nullable(Of Boolean) = Nothing, Optional isReadyToBeFinalized As Nullable(Of Boolean) = Nothing) As NetAppVolumeRelocationProperties

参数

isRelocationRequested
Nullable<Boolean>

已请求重定位此卷。

isReadyToBeFinalized
Nullable<Boolean>

搬迁已完成,已准备好清理。

返回

用于模拟的新 NetAppVolumeRelocationProperties 实例。

适用于