ExtensionEndpointConfiguration.InternalEndpoint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExtensionEndpointConfiguration.InternalEndpoint() |
Initializes a new instance of the InternalEndpoint class. |
ExtensionEndpointConfiguration.InternalEndpoint(String, String, Int32) |
Initializes a new instance of the InternalEndpoint class with required arguments. |
ExtensionEndpointConfiguration.InternalEndpoint()
Initializes a new instance of the InternalEndpoint class.
public InternalEndpoint ();
Public Sub New ()
Applies to
ExtensionEndpointConfiguration.InternalEndpoint(String, String, Int32)
Initializes a new instance of the InternalEndpoint class with required arguments.
public InternalEndpoint (string name, string protocol, int port);
new Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration.InternalEndpoint : string * string * int -> Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration.InternalEndpoint
Public Sub New (name As String, protocol As String, port As Integer)
Parameters
- name
- String
- protocol
- String
- port
- Int32