共用方式為


Get-DataGatewayClusterDatasource

取得使用者是系統管理員之閘道叢集的 Power BI 數據源。

語法

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

Description

從指定的閘道叢集取得指定 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

取得閘道叢集 64C574B774B7-86C6-4560-4560-40AC18990804 上指定數據源標識符的詳細數據DC8F2C49-4560-B710-40AC18990804

範例 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