Get-DataGatewayClusterDatasource

获取用户作为管理员的网关群集的 Power BI 数据源。

语法

Get-DataGatewayClusterDatasource
   -GatewayClusterId <Guid>
   [-GatewayClusterDatasourceId <Guid>]
   [<CommonParameters>]

说明

从指定的网关群集获取指定 Power BI 数据源的详细信息

示例

示例 1

PS C:\> Get-DataGatewayClusterDatasource -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77

获取指定网关群集上的所有数据源DC8F2C49-5731-4B27-966B-3DB5094C2E77

示例 2

PS C:\> Get-DataGatewayClusterDatasource -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804

获取网关群集 64C574B7-86C6-86C6-4560-4560-40AC18990804 上指定数据源 ID DC8F2C49-5731-4B27-966B-3DB5094C2E77 的详细信息

示例 3

PS C:\> Get-DataGatewayCluster | Get-DataGatewayClusterDatasource

获取用户所属的所有网关群集中所有数据源的列表。

参数

-GatewayClusterDatasourceId

正在提取详细信息的数据源

类型:Guid
别名:DatasourceId, Datasource
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-GatewayClusterId

要为其提取特定数据源或所有数据源的网关群集

类型:Guid
别名:Cluster, Id
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

输入

None

输出

Microsoft.DataMovement.Powershell.GatewayClient.Gateways.Entities.GatewayClusterDatasource