你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-ServiceFabricService
获取 Service Fabric 服务的列表。
语法
Get-ServiceFabricService
[-ApplicationName] <Uri>
[[-ServiceName] <Uri>]
[-ServiceTypeName <String>]
[-ContinuationToken <String>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
Get-ServiceFabricService
[-Adhoc]
[[-ServiceName] <Uri>]
[-ServiceTypeName <String>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
Get-ServiceFabricService
[-ApplicationName] <Uri>
[[-ServiceName] <Uri>]
[-ServiceTypeName <String>]
[-GetSinglePage]
[-ContinuationToken <String>]
[-MaxResults <Int64>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
说明
Get-ServiceFabricService cmdlet 获取 Service Fabric 服务的列表。
在 Service Fabric 群集上执行任何操作之前,请使用 Connect-ServiceFabricCluster cmdlet 建立与群集的连接。
示例
示例 1:获取从应用程序创建的服务
PS C:\> Get-ServiceFabricService -ApplicationName fabric:/myapp/persistenttodolist
此命令从指定的应用程序获取 Service Fabric 服务。
示例 2:获取群集中运行的系统服务
PS C:\> Get-ServiceFabricService -ApplicationName fabric:/System
此命令获取群集中运行的 Service Fabric 系统服务。
参数
-Adhoc
指示服务以临时模式运行。 在即席模式下,手动激活服务主机。
类型: | SwitchParameter |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ApplicationName
指定 Service Fabric 应用程序的统一资源标识符 (URI) 。 该 cmdlet 获取指定的应用程序的服务。
类型: | Uri |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ContinuationToken
{{Fill ContinuationToken Description}}
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-GetSinglePage
{{Fill GetSinglePage Description}}
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-MaxResults
{{Fill MaxResults Description}}
类型: | Int64 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ServiceName
指定 Service Fabric 服务的 URI。 不能一起指定 ServiceName 和 ServiceTypeName。 如果未指定 ServiceName 和 ServiceTypeName,则返回指定应用程序的所有服务。
类型: | Uri |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ServiceTypeName
指定用于筛选要查询的服务的服务类型名称。 将返回属于此服务类型的服务。 不能一起指定 ServiceName 和 ServiceTypeName。 如果未指定 ServiceName 和 ServiceTypeName,则返回指定应用程序的所有服务。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-TimeoutSec
指定操作的超时时间段(以秒为单位)。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
System.Uri
System.String
输出
System.Object