C# 클래스 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
상속: BaseParser
파일 보기 프로젝트 열기: azurecoder/fluent-management

Private Properties

프로퍼티 타입 설명
Parse void

공개 메소드들

메소드 설명
GetAggregateDeploymentStatusParser ( System.Xml.Linq.XDocument response ) : System

Creates a new aggregate deployment status reponse parser

보호된 메소드들

메소드 설명
GetSchema ( ) : System.Xml.Linq.XNamespace

비공개 메소드들

메소드 설명
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

메소드 상세

GetAggregateDeploymentStatusParser() 공개 메소드

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

GetSchema() 보호된 메소드

protected GetSchema ( ) : System.Xml.Linq.XNamespace
리턴 System.Xml.Linq.XNamespace