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

Maintains the collection of InputEndpoint values
상속: ICustomXmlSerializer
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
AddEndpoint ( InputEndpoint endpoint ) : void

Adds an endpoint checking to see whether the name and ports have been taken

GetXmlTree ( ) : System.Xml.Linq.XElement

Gets the Xml tree for the custom serialiser

InputEndpoints ( ) : System

Creates a new instance of the InputEndpoints collection class

this ( int index ) : InputEndpoint

메소드 상세

AddEndpoint() 공개 메소드

Adds an endpoint checking to see whether the name and ports have been taken
public AddEndpoint ( InputEndpoint endpoint ) : void
endpoint InputEndpoint An InputEndpoint which should be added to the collection
리턴 void

GetXmlTree() 공개 메소드

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

InputEndpoints() 공개 메소드

Creates a new instance of the InputEndpoints collection class
public InputEndpoints ( ) : System
리턴 System

this() 공개 메소드

public this ( int index ) : InputEndpoint
index int
리턴 InputEndpoint