共用方式為


New-AzPurviewAzureDataExplorerMsiScanObject

建立 AzureDataExplorerMsiScan 的記憶體內部物件。

語法

New-AzPurviewAzureDataExplorerMsiScanObject
   -Kind <ScanAuthorizationType>
   [-CollectionReferenceName <String>]
   [-CollectionType <String>]
   [-ConnectedViaReferenceName <String>]
   [-Database <String>]
   [-ScanRulesetName <String>]
   [-ScanRulesetType <ScanRulesetType>]
   [-Worker <Int32>]
   [<CommonParameters>]

Description

建立 AzureDataExplorerMsiScan 的記憶體內部物件。

範例

範例 1:建立 Azure 數據總管 Msi 掃描物件

New-AzPurviewAzureDataExplorerMsiScanObject -Kind 'AzureDataExplorerMsi' -CollectionReferenceName 'parv-brs-2' -CollectionType 'CollectionReference' -ScanRulesetName 'AzureDataExplorer' -ScanRulesetType 'System'

CollectionLastModifiedAt  :
CollectionReferenceName   : parv-brs-2
CollectionType            : CollectionReference
ConnectedViaReferenceName :
CreatedAt                 :
Database                  :
Id                        :
Kind                      : AzureDataExplorerMsi
LastModifiedAt            :
Name                      :
Result                    :
ScanRulesetName           : AzureDataExplorer
ScanRulesetType           : System
Worker                    :

建立 Azure 資料總管認證掃描物件

參數

-CollectionReferenceName

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-CollectionType

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ConnectedViaReferenceName

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Database

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Kind

類型:ScanAuthorizationType
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ScanRulesetName

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ScanRulesetType

類型:ScanRulesetType
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Worker

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

AzureDataExplorerMsiScan