Skip to main content
Version: v1

AzureLocalConnectionConfig Interface

Parameters for establishing a local connection with a local instance of the Azure Fluid Relay.

Signature

export interface AzureLocalConnectionConfig extends AzureConnectionConfig

Extends: AzureConnectionConfig

Properties

PropertyTypeDescription
type"local"The type of connection. Set to a remote connection.

Property Details

type

The type of connection. Set to a remote connection.

Signature

type: "local";

Type: "local"