Get-DataGatewayClusterDatasourceUser
获取有权访问指定网关群集上指定 Power BI 数据源的用户的列表
语法
Default (默认值)
Get-DataGatewayClusterDatasourceUser
-GatewayClusterId <Guid>
-GatewayClusterDatasourceId <Guid>
[<CommonParameters>]
说明
获取有权访问指定群集上指定 Power BI 数据源的用户的列表
示例
示例 1
PS C:\> Get-DataGatewayClusterDatasourceUser -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804
获取网关群集 ID 64C574B7-86C6-86C6-86C6-4560-B710-40AC18990804 上指定数据源 ID 的数据源用户DC8F2C49-5731-40AC18990804
参数
-GatewayClusterDatasourceId
要为其提取相关用户的数据源
参数属性
| 类型: | Guid |
| 默认值: | None |
| 支持通配符: | False |
| 不显示: | False |
| 别名: | 数据源ID (DatasourceId), Datasource, Id |
参数集
(All)
| Position: | Named |
| 必需: | True |
| 来自管道的值: | False |
| 来自管道的值(按属性名称): | True |
| 来自剩余参数的值: | False |
-GatewayClusterId
特定数据源所在的网关群集
参数属性
| 类型: | Guid |
| 默认值: | None |
| 支持通配符: | False |
| 不显示: | False |
| 别名: | 集群, ClusterId(集群标识) |
参数集
(All)
| Position: | Named |
| 必需: | True |
| 来自管道的值: | False |
| 来自管道的值(按属性名称): | True |
| 来自剩余参数的值: | False |
CommonParameters
此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters。