C# Класс Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.SSHKey

Used to contain an SSH key whether public or key pair
Наследование: ICustomXmlSerializer
Показать файл Открыть проект

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

Метод Описание
GetXmlTree ( ) : System.Xml.Linq.XElement

Gets the Xml tree for the custom serialiser

SSHKey ( KeyType keyType ) : System

creates an serialises an ssh key

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

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

Gets the Xml tree for the custom serialiser
public GetXmlTree ( ) : System.Xml.Linq.XElement
Результат System.Xml.Linq.XElement

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

creates an serialises an ssh key
public SSHKey ( KeyType keyType ) : System
keyType KeyType
Результат System