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

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

Méthodes publiques

Méthode 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 méthode

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

SSHKey() public méthode

creates an serialises an ssh key
public SSHKey ( KeyType keyType ) : System
keyType KeyType
Résultat System