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

Parses the response of a list of disks within a subscription
Inheritance: BaseParser
显示文件 Open project: azurecoder/fluent-management

Private Properties

Property Type Description
Parse void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
Parse ( ) : void

Method Details

GetAllDisksParser() public method

public GetAllDisksParser ( System.Xml.Linq.XDocument response ) : System.Collections.Generic
response System.Xml.Linq.XDocument
return System.Collections.Generic

GetSchema() protected method

protected GetSchema ( ) : System.Xml.Linq.XNamespace
return System.Xml.Linq.XNamespace