Remove-DataGatewayClusterDatasource
从指定的群集中删除指定的 Power BI 数据源
语法
Remove-DataGatewayClusterDatasource
-GatewayClusterId <Guid>
-GatewayClusterDatasourceId <Guid>
[<CommonParameters>]
说明
从指定的群集中删除指定的 Power BI 数据源
示例
示例 1
PS C:\> Remove-DataGatewayClusterDatasource -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804
从指定的群集中删除 Power BI 数据源。
参数
-GatewayClusterDatasourceId
需要删除的 Power BI 数据源。
类型: | Guid |
别名: | DatasourceId, Datasource |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-GatewayClusterId
特定数据源所在的网关群集
类型: | Guid |
别名: | Cluster, Id |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Void