C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.Parsers.CheckCloudServiceNameAvailableParser

Summary parses a response from the fabric for the roles in a deployment to give a status based on the health of the deployment
상속: BaseParser
파일 보기 프로젝트 열기: azurecoder/fluent-management

Private Properties

프로퍼티 타입 설명
Parse void

공개 메소드들

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

Creates a new GetRoleStatusParser to pull the status of the deployment

보호된 메소드들

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

Gets the schema of the Xml response

비공개 메소드들

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

메소드 상세

CheckCloudServiceNameAvailableParser() 공개 메소드

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

GetSchema() 보호된 메소드

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