ExtensionEndpointConfiguration.InternalEndpoint Constructor (String, String, Int32)
Initializes a new instance of the InternalEndpoint class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public InternalEndpoint(
string name,
string protocol,
int port
)
public:
InternalEndpoint(
String^ name,
String^ protocol,
int port
)
new :
name:string *
protocol:string *
port:int -> InternalEndpoint
Public Sub New (
name As String,
protocol As String,
port As Integer
)
See Also
ExtensionEndpointConfiguration.InternalEndpoint Overload
ExtensionEndpointConfiguration.InternalEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top