Udostępnij za pośrednictwem


ExtensionEndpointConfiguration Class

Definition

Optional. Declared endpoints to automatically add to each deployment with this extension added.

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

Constructors

ExtensionEndpointConfiguration()

Initializes a new instance of the ExtensionEndpointConfiguration class.

Properties

InputEndpoints

Optional. Optional. A list of input endpoints required by this extension. Supported on WebRole or WorkerRole, but ignored on VmRole. Each input endpoint will be automatically added to the service definition of the deployment utilizing this extension.

InstanceInputEndpoints

Optional. Optional. A list of instance input endpoints required by this extension. Supported on WebRole or WorkerRole, but ignored on VmRole. Each instance input endpoint will be automatically added to the service definition of the deployment utilizing this extension.

InternalEndpoints

Optional. Optional. A list of internal endpoints required by this extension. Supported on WebRole or WorkerRole, but ignored on VmRole. Each internal endpoint will be automatically added to the service definition of the deployment utilizing this extension.

Applies to