共用方式為


New-AzPurviewAdlsGen2MsiScanObject

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

語法

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

Description

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

範例

範例 1:建立 AdlsGen2 Msi 掃描物件

New-AzPurviewAdlsGen2MsiScanObject -Kind 'AdlsGen2Msi' -CollectionReferenceName 'parv-brs-2' -CollectionType 'CollectionReference' -ScanRulesetName 'AdlsGen2' -ScanRulesetType 'System'

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

建立 AdlsGen2 Msi 掃描物件

參數

-CollectionReferenceName

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

-CollectionType

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

-ConnectedViaReferenceName

類型: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

輸出

AdlsGen2MsiScan