共用方式為


AzureSqlScanPropertiesOutput interface

Azure SQL 掃描屬性。

Extends

屬性

databaseName

資料庫名稱。

serverEndpoint

Azure SQL Server 的端點。

繼承的屬性

businessRuleSetName

商務規則集的名稱。

collection

掃描的集合參考。

connectedVia

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

createdAt

掃描的建立時間。

domain

掃描的網域。

isLiveViewEnabled

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

isPresetScan

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

lastModifiedAt

掃描的最後一次修改時間。

logLevel

掃描的記錄層級。

parallelScanCount

平行掃描的數目。

scanRulesetName

掃描規則集的名稱。

scanRulesetType

掃描規則集的類型。

workers

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

屬性詳細資料

databaseName

資料庫名稱。

databaseName?: string

屬性值

string

serverEndpoint

Azure SQL Server 的端點。

serverEndpoint?: string

屬性值

string

繼承的屬性詳細資料

businessRuleSetName

商務規則集的名稱。

businessRuleSetName?: string

屬性值

string

繼承自ScanPropertiesOutput.businessRuleSetName

collection

掃描的集合參考。

collection?: CollectionReferenceOutput

屬性值

繼承自ScanPropertiesOutput.collection

connectedVia

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

connectedVia?: ConnectedViaOutput

屬性值

繼承自ScanPropertiesOutput.connectedVia

createdAt

掃描的建立時間。

createdAt?: string

屬性值

string

繼承自ScanPropertiesOutput.createdAt

domain

掃描的網域。

domain?: string

屬性值

string

繼承自ScanPropertiesOutput.domain

isLiveViewEnabled

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

isLiveViewEnabled?: boolean

屬性值

boolean

繼承自ScanPropertiesOutput.isLiveViewEnabled

isPresetScan

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

isPresetScan?: boolean

屬性值

boolean

繼承自ScanPropertiesOutput.isPresetScan

lastModifiedAt

掃描的最後一次修改時間。

lastModifiedAt?: string

屬性值

string

繼承自ScanPropertiesOutput.lastModifiedAt

logLevel

掃描的記錄層級。

logLevel?: string

屬性值

string

繼承自ScanPropertiesOutput.logLevel

parallelScanCount

平行掃描的數目。

parallelScanCount?: number

屬性值

number

繼承自ScanPropertiesOutput.parallelScanCount

scanRulesetName

掃描規則集的名稱。

scanRulesetName?: string

屬性值

string

繼承自ScanPropertiesOutput.scanRulesetName

scanRulesetType

掃描規則集的類型。

scanRulesetType?: "System" | "Custom"

屬性值

"System" | "Custom"

繼承自ScanPropertiesOutput.scanRulesetType

workers

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

workers?: number

屬性值

number

繼承自ScanPropertiesOutput.worker