다음을 통해 공유


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

게이트웨이 클러스터 64C574B7-86C6-4560-B710-40AC18990804에서 지정된 데이터 원본 ID DC8F2C49-5731-4B27-966B-3DB5094C2E77에 대한 세부 정보를 가져옵니다.

예제 3

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

사용자가 관리자인 모든 게이트웨이 클러스터의 모든 데이터 원본 목록을 가져옵니다.

매개 변수

-GatewayClusterDatasourceId

세부 정보를 가져오는 데이터 원본

형식:Guid
별칭:DatasourceId, Datasource
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-GatewayClusterId

특정 데이터 원본 또는 모든 데이터 원본을 가져오는 게이트웨이 클러스터

형식:Guid
별칭:Cluster, Id
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:True
와일드카드 문자 허용:False

입력

None

출력

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