Get-AzPurviewScanResultScanHistory
列出掃描的掃描歷程記錄
語法
Get-AzPurviewScanResultScanHistory
-Endpoint <String>
-DataSourceName <String>
-ScanName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
列出掃描的掃描歷程記錄
範例
範例 1:列出數據源掃描實例內的所有掃描執行
Get-AzPurviewScanResultScanHistory -Endpoint 'https://parv-brs-2.purview.azure.com/' -DataSourceName 'DataScanTestData-Parv' -ScanName 'Scan1ForDemo' | Format-List
AssetsClassified : 62
AssetsDiscovered : 97
Code :
DataSourceType : AzureStorage
Detail :
DiagnosticExceptionCountMap : {
}
DiagnosticNotification : {}
EndTime : 2/15/2022 2:42:22 PM
ErrorMessage :
Id : 758a0499-b45e-40e3-9c06-408e2f3ac050
Message :
ParentId :
PipelineStartTime : 2/15/2022 2:36:21 PM
QueuedTime : 2/15/2022 2:34:06 PM
ResourceId : /subscriptions/xxxxxxxx-ffc5-465d-b5dd-xxxxxxxx/resourceGroups/datascan-dev-tests/providers/Microsoft.Storage/storageAccounts/datascan
RunType : Manual
ScanLevelType : Full
ScanRulesetType : System
ScanRulesetVersion : 4
StartTime : 2/15/2022 2:34:06 PM
Status : Succeeded
Target :
AssetsClassified : 62
AssetsDiscovered : 97
Code :
DataSourceType : AzureStorage
Detail :
DiagnosticExceptionCountMap : {
}
DiagnosticNotification : {}
EndTime : 2/13/2022 3:23:53 PM
ErrorMessage :
Id : a81d7a0f-149b-4c57-80ae-0f4640ee5a29
Message :
ParentId :
PipelineStartTime : 2/13/2022 3:17:02 PM
QueuedTime : 2/13/2022 3:16:34 PM
ResourceId : /subscriptions/xxxxxxxx-ffc5-465d-b5dd-xxxxxxxx/resourceGroups/datascan-dev-tests/providers/Microsoft.Storage/storageAccounts/datascan
RunType : Manual
ScanLevelType : Full
ScanRulesetType : System
ScanRulesetVersion : 4
StartTime : 2/13/2022 3:16:34 PM
Status : Succeeded
Target :
列出數據源掃描實例內的所有掃描執行
參數
-DataSourceName
.
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Endpoint
purview 帳戶的掃描端點。 範例:https://{accountName}.purview.azure.com
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ScanName
.
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |