C# Class Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.LinuxConfigurationSet

The configuration set which contains information about the Linux VM
Inheritance: ConfigurationSet
Mostra file Open project: azurecoder/fluent-management

Public Methods

Method Description
GetXmlTree ( ) : System.Xml.Linq.XElement

Gets the Xml tree for the custom serialiser

LinuxConfigurationSet ( ) : System

Constructs a linux configuration set

Method Details

GetXmlTree() public method

Gets the Xml tree for the custom serialiser
public GetXmlTree ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

LinuxConfigurationSet() public method

Constructs a linux configuration set
public LinuxConfigurationSet ( ) : System
return System