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

Maintains the collection of InputEndpoint values
Inheritance: ICustomXmlSerializer
Show file Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
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

Method Details

AddEndpoint() public method

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
return void

GetXmlTree() public method

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

InputEndpoints() public method

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

this() public method

public this ( int index ) : InputEndpoint
index int
return InputEndpoint