你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-ServiceFabricServiceGroupMemberType
获取 Service Fabric 服务组的成员类型。
语法
Get-ServiceFabricServiceGroupMemberType
[-ApplicationTypeName] <String>
[-ApplicationTypeVersion] <String>
[[-ServiceGroupTypeName] <String>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
说明
Get-ServiceFabricServiceGroupMemberType cmdlet 获取 Service Fabric 服务组的成员类型。
在 Service Fabric 群集上执行任何操作之前,请使用 Connect-ServiceFabricCluster cmdlet 建立与群集的连接。
示例
示例 1:获取服务组成员类型
PS C:\> Get-ServiceFabricServiceGroupMemberType -ApplicationTypeName "CalcApp" -ApplicationTypeVersion "1.0"
此命令获取名为 CalcApp 的应用程序类型的 Service Fabric 服务组成员类型和应用程序类型版本 1.0。
参数
-ApplicationTypeName
指定 Service Fabric 应用程序类型的名称。 该 cmdlet 获取此参数指定的应用程序类型的类型。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ApplicationTypeVersion
指定 Service Fabric 应用程序类型的版本。 该 cmdlet 获取此参数指定的应用程序版本的类型。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ServiceGroupTypeName
指定服务组类型的名称。
类型: | String |
Position: | 2 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-TimeoutSec
指定操作的超时期限(以秒为单位)。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
System.String
输出
System.Object