DistributedNodesInfo Constructors
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.
Overloads
DistributedNodesInfo() |
Initializes a new instance of the DistributedNodesInfo class. |
DistributedNodesInfo(String, String, ErrorDetail) |
Initializes a new instance of the DistributedNodesInfo class. |
DistributedNodesInfo()
Initializes a new instance of the DistributedNodesInfo class.
public DistributedNodesInfo ();
Public Sub New ()
Applies to
DistributedNodesInfo(String, String, ErrorDetail)
Initializes a new instance of the DistributedNodesInfo class.
public DistributedNodesInfo (string nodeName = default, string status = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ErrorDetail errorDetail = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DistributedNodesInfo : string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ErrorDetail -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DistributedNodesInfo
Public Sub New (Optional nodeName As String = Nothing, Optional status As String = Nothing, Optional errorDetail As ErrorDetail = Nothing)
Parameters
- nodeName
- String
Name of the node under a distributed container.
- status
- String
Status of this Node. Failed | Succeeded
- errorDetail
- ErrorDetail
Error Details if the Status is non-success.