C# Class Elastacloud.AzureManagement.Fluent.Commands.Parsers.GetAggregateDeploymentStatusParser

Summary parses a response from the fabric for the nodes that are deployed and returns the requisite status for each role instance
Inheritance: BaseParser
Datei anzeigen Open project: azurecoder/fluent-management

Private Properties

Property Type Description
Parse void

Public Methods

Method Description
GetAggregateDeploymentStatusParser ( System.Xml.Linq.XDocument response ) : System

Creates a new aggregate deployment status reponse parser

Protected Methods

Method Description
GetSchema ( ) : System.Xml.Linq.XNamespace

Private Methods

Method Description
Parse ( ) : void

Parses the response to give a boolean value which lets us know whether all of the nodes are in the running state (true) or (false) even a single one isn't

Method Details

GetAggregateDeploymentStatusParser() public method

Creates a new aggregate deployment status reponse parser
public GetAggregateDeploymentStatusParser ( System.Xml.Linq.XDocument response ) : System
response System.Xml.Linq.XDocument
return System

GetSchema() protected method

protected GetSchema ( ) : System.Xml.Linq.XNamespace
return System.Xml.Linq.XNamespace