Skip to main content

AzureRemoteConnectionConfig Interface

Parameters for establishing a remote connection with the Azure Fluid Relay.

Signature

export interface AzureRemoteConnectionConfig extends AzureConnectionConfig

Extends: AzureConnectionConfig

Properties

PropertyTypeDescription
tenantIdstringUnique tenant identifier.
type"remote"The type of connection. Set to a remote connection.

Property Details

tenantId

Unique tenant identifier.

Signature

tenantId: string;

Type: string

type

The type of connection. Set to a remote connection.

Signature

type: "remote";

Type: "remote"