InternalEndpoint Members
The extension's internal endpoint configuration.
The following tables list the members exposed by the InternalEndpoint type.
Public Constructors
Name | Description | |
---|---|---|
InternalEndpoint | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
Name | Required. Required for each internal endpoint. A unique name for the external endpoint. | |
Port | Required. Required for each internal endpoint. The port for the external endpoint. You can specify any port number you choose, but the port number specified must not collide with port numbers occupied by roles in the service. Possible values range between 1 and 65535, inclusive | |
Protocol | Required. Required for each internal endpoint. Transport protocol for the endpoint. Its value has to be one of the following: 'tcp', 'udp', 'http', 'https'. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
InternalEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration Namespace