ExtensionEndpointConfiguration Class
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.
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
Azure SDK for .NET