AccessModeSettings interface

Properties that define the scope private link mode settings.

Properties

exclusions

List of exclusions that override the default access mode settings for specific private endpoint connections.

ingestionAccessMode

Specifies the default access mode of ingestion through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.

queryAccessMode

Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.

Property Details

exclusions

List of exclusions that override the default access mode settings for specific private endpoint connections.

exclusions?: AccessModeSettingsExclusion[]

Property Value

ingestionAccessMode

Specifies the default access mode of ingestion through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.

ingestionAccessMode: string

Property Value

string

queryAccessMode

Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.

queryAccessMode: string

Property Value

string