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

Adds an Endpoint to the Virtual Machine which in effect creates a firewall rule
Inheritance: ICustomXmlSerializer
Mostra file Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
GetDefaultRemoteDesktopSettings ( ) : InputEndpoint

The default settings for remote desktop

GetDefaultSqlServerSettings ( ) : InputEndpoint

The default settings for the SQL Server virtual machine

GetXmlTree ( ) : System.Xml.Linq.XElement

Gets the Xml tree for the custom serialiser

Method Details

GetDefaultRemoteDesktopSettings() public static method

The default settings for remote desktop
public static GetDefaultRemoteDesktopSettings ( ) : InputEndpoint
return InputEndpoint

GetDefaultSqlServerSettings() public static method

The default settings for the SQL Server virtual machine
public static GetDefaultSqlServerSettings ( ) : InputEndpoint
return InputEndpoint

GetXmlTree() public method

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