C# Класс Elastacloud.AzureManagement.Fluent.Commands.Parsers.GetMobileServiceResourceParser

Gets a list of roles for a deployment that can be summed
Наследование: BaseParser
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Parse void

Открытые методы

Метод Описание
GetMobileServiceResourceParser ( System.Xml.Linq.XDocument response ) : System.Collections.Generic

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

Описание методов

GetMobileServiceResourceParser() публичный Метод

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
Результат System.Collections.Generic

GetSchema() защищенный Метод

Gets the schema of the Xml response
protected GetSchema ( ) : System.Xml.Linq.XNamespace
Результат System.Xml.Linq.XNamespace