Get-ServiceFabricServiceGroupMember
取得服務群組的成員。
語法
Get-ServiceFabricServiceGroupMember
[-ApplicationName] <Uri>
[[-ServiceName] <Uri>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
Get-ServiceFabricServiceGroupMember
[-Adhoc]
[[-ServiceName] <Uri>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
Description
Get-ServiceFabricServiceGroupMember Cmdlet 會取得 Service Fabric 服務群組的成員。
在 Service Fabric 叢集上執行任何作業之前,請使用 Connect-ServiceFabricCluster Cmdlet 來建立叢集的連線。
範例
範例 1:取得服務群組成員
PS C:\> Get-ServiceFabricServiceGroupMember -ApplicationName -ServiceName fabric:/CalcApp
此命令會取得名為 fabric:/CalcApp 之服務的 Service Fabric 服務群組成員。
參數
-Adhoc
表示服務以臨機操作模式執行。 在臨機操作模式中,您可以手動啟動服務主機。
類型: | SwitchParameter |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ApplicationName
指定 Service Fabric 應用程式的統一資源識別碼(URI)。 這個 Cmdlet 會取得此參數所指定之應用程式的群組成員。
類型: | Uri |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ServiceName
指定 Service Fabric 服務群組的統一資源識別碼(URI)。
類型: | Uri |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TimeoutSec
指定作業的逾時期間,以秒為單位。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
System.Uri
輸出
System.Object