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
Afficher le fichier Open project: azurecoder/fluent-management

Private Properties

Свойство Type Description
Parse void

Méthodes publiques

Méthode Description
GetAggregateDeploymentStatusParser ( System.Xml.Linq.XDocument response ) : System

Creates a new aggregate deployment status reponse parser

Méthodes protégées

Méthode Description
GetSchema ( ) : System.Xml.Linq.XNamespace

Private Methods

Méthode 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 méthode

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

GetSchema() protected méthode

protected GetSchema ( ) : System.Xml.Linq.XNamespace
Résultat System.Xml.Linq.XNamespace