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>]
Description
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