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

Maintains the collection of InputEndpoint values
Наследование: ICustomXmlSerializer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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