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

ArmNetAppModelFactory.NetAppVolumeRelocationProperties Method

Definition

Initializes a new instance of 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

Parameters

isRelocationRequested
Nullable<Boolean>

Has relocation been requested for this volume.

isReadyToBeFinalized
Nullable<Boolean>

Has relocation finished and is ready to be cleaned up.

Returns

A new NetAppVolumeRelocationProperties instance for mocking.

Applies to