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

Used to contain an SSH key whether public or key pair
Inheritance: ICustomXmlSerializer
Show file Open project: azurecoder/fluent-management

Public Methods

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

Gets the Xml tree for the custom serialiser

SSHKey ( KeyType keyType ) : System

creates an serialises an ssh key

Method Details

GetXmlTree() public method

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

SSHKey() public method

creates an serialises an ssh key
public SSHKey ( KeyType keyType ) : System
keyType KeyType
return System