AzureSqlScanProperties interface
Azure SQL 掃描屬性。
- Extends
屬性
| database |
資料庫名稱。 |
| server |
Azure SQL Server 的端點。 |
繼承的屬性
| business |
商務規則集的名稱。 |
| collection | 掃描的集合參考。 |
| connected |
掃描的整合運行時間參考。 |
| domain | 掃描的網域。 |
| is |
指出是否啟用即時檢視的旗標。 |
| is |
指出掃描是否為預設掃描的旗標。 |
| log |
掃描的記錄層級。 |
| parallel |
平行掃描的數目。 |
| scan |
掃描規則集的名稱。 |
| scan |
掃描規則集的類型。 |
| workers | 掃描的背景工作角色數目。 |
屬性詳細資料
databaseName
資料庫名稱。
databaseName?: string
屬性值
string
serverEndpoint
Azure SQL Server 的端點。
serverEndpoint?: string
屬性值
string
繼承的屬性詳細資料
businessRuleSetName
collection
connectedVia
domain
isLiveViewEnabled
isPresetScan
logLevel
parallelScanCount
scanRulesetName
scanRulesetType
掃描規則集的類型。
scanRulesetType?: "System" | "Custom"
屬性值
"System" | "Custom"