Remove-DataGatewayCluster
拿掉閘道叢集。 這不會從閘道成員電腦卸載閘道。
語法
Remove-DataGatewayCluster
[-Scope <PowerBIUserScope>]
[-RegionKey <String>]
-GatewayClusterId <Guid>
[<CommonParameters>]
Description
拿掉閘道叢集
範例
範例 1
PS C:\> Remove-DataGatewayCluster -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77
拿掉標識碼為 DC8F2C49-5731-4B27-966B-3DB5094C2E77 的叢集
範例 2
PS C:\> Remove-DataGatewayCluster -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -RegionKey brailsouth
拿掉標識符為 DC8F2C49-5731-4B27-966B-3DB5094C2E77 的叢集:此命令是在巴西南部區域執行,因此提供的網關叢集標識符應該位於該區域。
參數
-GatewayClusterId
要移除之閘道叢集的標識碼
類型: | Guid |
別名: | Cluster, Id |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-RegionKey
與要移除之網關相關聯的區域。 未提供 -RegionKey
會在租用戶的預設區域中執行 命令。
若要取得可用區域參數的清單,請執行 Get-DataGatewayRegion
命令
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Scope
要執行命令的安全性範圍。 這會判斷您是否在租使用者/服務管理員或閘道管理員的範圍內執行此命令
類型: | PowerBIUserScope |
接受的值: | Individual, Organization |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
System.Void