MoveAuxiliaryResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents move Auxiliary replica result object.
[System.Serializable]
public class MoveAuxiliaryResult
[<System.Serializable>]
type MoveAuxiliaryResult = class
Public Class MoveAuxiliaryResult
- Inheritance
-
MoveAuxiliaryResult
- Attributes
Remarks
This class returns currentAuxiliaryNodeName, where auxiliary replica was present before movement, newAuxiliaryNodeName where the SelectedReplica is moved and SelectedPartition information that represents the selected auxiliary replica.
Properties
CurrentAuxiliaryNodeName |
Gets current node name for the target auxiliary replica. |
NewAuxiliaryNodeName |
Gets node name where auxiliary replica will move to. |
SelectedPartition |
Gets the selected partition. |
Methods
ToString() |
Formats CurrentAuxiliaryNodeName, NewAuxiliaryNodeName, and SelectedPartition into a string. |
Applies to
Azure SDK for .NET