次の方法で共有


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