ConnectorConnectionOptions 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.
Represents connection settings resolved from Azure Functions configuration.
Settings use the __ separator convention (e.g., Office365Connection__connectorGatewayName).
public class ConnectorConnectionOptions
type ConnectorConnectionOptions = class
Public Class ConnectorConnectionOptions
- Inheritance
-
ConnectorConnectionOptions
Constructors
| Name | Description |
|---|---|
| ConnectorConnectionOptions() | |
Properties
| Name | Description |
|---|---|
| ConnectionName |
Gets or sets the connection name within the Connector Namespace (Format A).
Resolved from |
| ConnectionRuntimeUrl |
Gets or sets the direct connection runtime URL (Format B).
Resolved from |
| ConnectorGatewayName |
Gets or sets the Connector Namespace name (Format A).
Resolved from |
| IsConnectorGatewayConnection |
Gets a value indicating whether this is a Connector Namespace connection (Format A). True when both ConnectorGatewayName and ConnectionName are set. |
| IsDirectConnection |
Gets a value indicating whether this is a direct connection (Format B). True when ConnectionRuntimeUrl is set. |