你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzPurviewPowerBIDelegatedScanObject
为 PowerBIDelegatedScan 创建内存中对象。
语法
New-AzPurviewPowerBIDelegatedScanObject
-Kind <ScanAuthorizationType>
[-AuthenticationType <String>]
[-ClientId <String>]
[-CollectionReferenceName <String>]
[-CollectionType <String>]
[-ConnectedViaReferenceName <String>]
[-IncludePersonalWorkspace <Boolean>]
[-Password <String>]
[-ScanRulesetName <String>]
[-ScanRulesetType <ScanRulesetType>]
[-Tenant <String>]
[-UserName <String>]
[-Worker <Int32>]
[<CommonParameters>]
说明
为 PowerBIDelegatedScan 创建内存中对象。
示例
示例 1:创建 PowerBI 委托扫描对象
New-AzPurviewPowerBIDelegatedScanObject -Kind 'PowerBIDelegated' -CollectionReferenceName 'parv-brs-2' -CollectionType 'CollectionReference' -IncludePersonalWorkspace $true -ClientId 'xxxxxxx-cdfd-4016-9e80-xxxxxxxx' -UserName 'abcd@msft.com' -Password 'pwd'
AuthenticationType :
ClientId : xxxxxxx-cdfd-4016-9e80-xxxxxxxx
CollectionLastModifiedAt :
CollectionReferenceName : parv-brs-2
CollectionType : CollectionReference
ConnectedViaReferenceName :
CreatedAt :
Id :
IncludePersonalWorkspace : True
Kind : PowerBIDelegated
LastModifiedAt :
Name :
Password : pwd
Result :
ScanRulesetName :
ScanRulesetType :
Tenant :
UserName : abcd@msft.com
Worker :
创建 PowerBI 委托扫描对象
参数
-AuthenticationType
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ClientId
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-CollectionReferenceName
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-CollectionType
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ConnectedViaReferenceName
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-IncludePersonalWorkspace
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Kind
-Password
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ScanRulesetName
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ScanRulesetType
类型: | ScanRulesetType |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Tenant
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-UserName
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Worker
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输出
PowerBiDelegatedScan