C# 클래스 Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.SSHKey

Used to contain an SSH key whether public or key pair
상속: ICustomXmlSerializer
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 메소드들

메소드 설명
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