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

Summary parses a response from the fabric for the roles in a deployment to give a status based on the health of the deployment
Inheritance: BaseParser
ファイルを表示 Open project: azurecoder/fluent-management

Private Properties

Property Type Description
Parse void

Public Methods

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

Creates a new GetRoleStatusParser to pull the status of the deployment

Protected Methods

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

Gets the schema of the Xml response

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

GetRoleStatusParser() public method

Creates a new GetRoleStatusParser to pull the status of the deployment
public GetRoleStatusParser ( System.Xml.Linq.XDocument response ) : System
response System.Xml.Linq.XDocument The document returned by the web
return System

GetSchema() protected method

Gets the schema of the Xml response
protected GetSchema ( ) : System.Xml.Linq.XNamespace
return System.Xml.Linq.XNamespace