Package version:

Connectivity related configuration required by arc server.

interface ArcConnectivityProperties {
    enabled?: boolean;
    serviceConfigurations?: {};
}

Properties

enabled?: boolean

True indicates ARC connectivity is enabled

serviceConfigurations?: {}

Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'.