共用方式為


ExtensionEndpointConfiguration.InstanceInputEndpoint Class

Definition

The extension's instance input endpoint configuration.

public class ExtensionEndpointConfiguration.InstanceInputEndpoint
type ExtensionEndpointConfiguration.InstanceInputEndpoint = class
Public Class ExtensionEndpointConfiguration.InstanceInputEndpoint
Inheritance
ExtensionEndpointConfiguration.InstanceInputEndpoint

Constructors

ExtensionEndpointConfiguration.InstanceInputEndpoint()

Initializes a new instance of the InstanceInputEndpoint class.

Properties

FixedPortMax

Required. Required for each instance input endpoint. Specifies a max port valuefor the instance input endpoint port range used for instance endpointdistribution by. Its value has to be between 1-65535 inclusiveand should be unique range that can be injected without conflict.Should also be equal or higher than FixedPortMin.

FixedPortMin

Required. Required for each instance input endpoint. Specifies a min port valuefor the instance input endpoint port range used for instance endpointdistribution by. Its value has to be between 1-65535 inclusiveand should be unique range that can be injected without conflict.

LocalPort

Required. Required for each instance input endpoint. Specifies a port used for internal connections on the endpoint. Its value has to be between 1-65535 inclusive, or '*' indicating any port number automatically allocated by Windows Azure.

Name

Required. Required for each instance input endpoint. A unique name for the instance input endpoint.

Protocol

Required. Required for each instance input endpoint. Transport protocol for the endpoint. Its value has to be one of the following: 'tcp', 'udp', 'http', 'https'.

Applies to