ConnectorConnectionResolver.Resolve(String) Method
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.
Resolves connection options from environment variables.
public static Azure.Connectors.Sdk.ConnectorConnectionOptions Resolve(string connectionSettingName);
static member Resolve : string -> Azure.Connectors.Sdk.ConnectorConnectionOptions
Public Shared Function Resolve (connectionSettingName As String) As ConnectorConnectionOptions
Parameters
- connectionSettingName
- String
The connection setting key name (e.g., "Office365Connection").
Returns
Exceptions
Thrown when connectionSettingName is null.
Thrown when connectionSettingName is empty, whitespace, or when no valid connection format is found.