共用方式為


Remove-ServiceFabricServiceGroup

拿掉 Service Fabric 服務群組。

語法

Remove-ServiceFabricServiceGroup
      [-ServiceName] <Uri>
      [-Force]
      [-TimeoutSec <Int32>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Remove-ServiceFabricServiceGroup Cmdlet 會移除 Service Fabric 服務群組。 您必須先執行服務,才能將其移除。

若要管理 Service Fabric 叢集,請使用 [以系統管理員身分執行] 選項啟動 Windows PowerShell。 在 Service Fabric 叢集上執行任何作業之前,請先使用 Connect-ServiceFabricCluster Cmdlet,然後 Get-ServiceFabricClusterConnection Cmdlet 來建立叢集的連線。

範例

範例 1:移除服務群組

PS C:\> Remove-ServiceFabricServiceGroup -ServiceName fabric:/myapp/persistenttodolist/svc1 -Force

此命令會移除名為 fabric:/myapp/persistenttodolist/svc1 的 Service Fabric 服務群組。 因為命令會指定 Force 參數,因此 Cmdlet 不會提示您進行確認。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-Force

強制命令執行,而不要求使用者確認。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ServiceName

指定 Service Fabric 服務群組的統一資源識別碼(URI)。

類型:Uri
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-TimeoutSec

指定作業的逾時期間,以秒為單位。

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

System.Uri

輸出

System.Object