Get-DataGatewayClusterStatus
获取网关群集状态
语法
Get-DataGatewayClusterStatus
[-Scope <PowerBIUserScope>]
[-RegionKey <String>]
-GatewayClusterId <Guid>
[<CommonParameters>]
说明
获取特定网关群集的状态。
示例
示例 1
PS C:\> Get-DataGatewayClusterStatus -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77
获取 ID 为 DC8F2C49-5731-4B27-966B-3DB5094C2E77 的网关群集的状态。
示例 2
PS C:\> Get-DataGatewayClusterStatus -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -RegionKey brazilsouth
获取 ID 为 DC8F2C49-5731-4B27-966B-3DB5094C2E77 的网关群集的状态。 此命令在巴西南部区域运行,因此提供的网关群集 ID 应位于该区域。
参数
-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 |
默认值: | Individual |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
Microsoft.DataMovement.Powershell.GatewayClient.Gateways.Entities.GatewayClusterStatusResponse