Remove-DataGatewayClusterDatasource

Removes the specified Power BI datasource from the specified cluster

Syntax

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

Description

Removes the specified Power BI datasource from the specified cluster

Examples

Example 1

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

Removes the Power BI datasource from the specified cluster.

Parameters

-GatewayClusterDatasourceId

Power BI Data source which needs to be removed.

Type:Guid
Aliases:DatasourceId, Datasource
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-GatewayClusterId

Gateway cluster where the specific data source exists

Type:Guid
Aliases:Cluster, Id
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Void