共用方式為


AzureSqlScanProperties interface

Azure SQL 掃描屬性。

Extends

屬性

databaseName

資料庫名稱。

serverEndpoint

Azure SQL Server 的端點。

繼承的屬性

businessRuleSetName

商務規則集的名稱。

collection

掃描的集合參考。

connectedVia

掃描的整合運行時間參考。

domain

掃描的網域。

isLiveViewEnabled

指出是否啟用即時檢視的旗標。

isPresetScan

指出掃描是否為預設掃描的旗標。

logLevel

掃描的記錄層級。

parallelScanCount

平行掃描的數目。

scanRulesetName

掃描規則集的名稱。

scanRulesetType

掃描規則集的類型。

workers

掃描的背景工作角色數目。

屬性詳細資料

databaseName

資料庫名稱。

databaseName?: string

屬性值

string

serverEndpoint

Azure SQL Server 的端點。

serverEndpoint?: string

屬性值

string

繼承的屬性詳細資料

businessRuleSetName

商務規則集的名稱。

businessRuleSetName?: string

屬性值

string

繼承自ScanProperties.businessRuleSetName

collection

掃描的集合參考。

collection?: CollectionReference

屬性值

繼承自ScanProperties.collection

connectedVia

掃描的整合運行時間參考。

connectedVia?: ConnectedVia

屬性值

繼承自ScanProperties.connectedVia

domain

掃描的網域。

domain?: string

屬性值

string

繼承自ScanProperties.domain

isLiveViewEnabled

指出是否啟用即時檢視的旗標。

isLiveViewEnabled?: boolean

屬性值

boolean

繼承自ScanProperties.isLiveViewEnabled

isPresetScan

指出掃描是否為預設掃描的旗標。

isPresetScan?: boolean

屬性值

boolean

繼承自ScanProperties.isPresetScan

logLevel

掃描的記錄層級。

logLevel?: string

屬性值

string

繼承自ScanProperties.logLevel

parallelScanCount

平行掃描的數目。

parallelScanCount?: number

屬性值

number

繼承自ScanProperties.parallelScanCount

scanRulesetName

掃描規則集的名稱。

scanRulesetName?: string

屬性值

string

繼承自ScanProperties.scanRulesetName

scanRulesetType

掃描規則集的類型。

scanRulesetType?: "System" | "Custom"

屬性值

"System" | "Custom"

繼承自ScanProperties.scanRulesetType

workers

掃描的背景工作角色數目。

workers?: number

屬性值

number

繼承自ScanProperties.worker