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

Gets a list of roles for a deployment that can be summed
Inheritance: BaseParser
ファイルを表示 Open project: azurecoder/fluent-management

Private Properties

Property Type Description
Parse void

Public Methods

Method Description
GetMobileServiceResourceParser ( System.Xml.Linq.XDocument response ) : System.Collections.Generic

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

GetMobileServiceResourceParser() public method

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

GetSchema() protected method

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