Share via


MoveInstanceResult Class

Definition

Represents move instance replica result object.

[System.Serializable]
public class MoveInstanceResult
[<System.Serializable>]
type MoveInstanceResult = class
Public Class MoveInstanceResult
Inheritance
MoveInstanceResult
Attributes

Remarks

This class returns currentInstanceNodeName, where instance was present before movement, newInstanceNodeName where the Selected instance is moved and SelectedPartition information that represents the selected partition.

Properties

CurrentInstanceNodeName

Gets current node name for the target instance.

NewInstanceNodeName

Gets node name where instance will move to.

SelectedPartition

Gets the selected partition.

Methods

ToString()

Formats CurrentInstanceNodeName, NewInstanceNodeName, and SelectedPartition into a string.

Applies to