共用方式為


Remove-ServiceFabricApplicationPackage

從映像存放區移除 Service Fabric 應用程式套件。

語法

Remove-ServiceFabricApplicationPackage
      [-ApplicationPackagePathInImageStore] <String>
      [[-ImageStoreConnectionString] <String>]
      [-CertStoreLocation <StoreLocation>]
      [-TimeoutSec <Int32>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Remove-ServiceFabricApplicationPackage Cmdlet 會從映像存放區移除 Service Fabric 應用程式套件。 使用 Register-ServiceFabricApplicationPackage Cmdlet 註冊應用程式套件之後,請執行此 Cmdlet。

若要管理 Service Fabric 叢集,請使用 [以系統管理員身分執行] 選項啟動 Windows PowerShell。

在 Service Fabric 叢集上執行任何作業之前,請使用 Connect-ServiceFabricCluster Cmdlet 來建立叢集的連線。

範例

範例 1:移除應用程式套件

PS C:\> Remove-ServiceFabricApplicationPackage -ImageStoreConnectionString "xstore:DefaultEndpointsProtocol=https;AccountName=[StorageAccountName];AccountKey=[StorageAccountKey];Container=[ContainerName]" -ApplicationPackagePathInImageStore "PersistentToDoListService_v2"

此命令會移除具有指定映像存放區路徑的應用程式套件。 除非您使用 「-Confirm」 參數,否則 Cmdlet 會在移除應用程式套件之前提示您確認。

參數

-ApplicationPackagePathInImageStore

指定映像存放區中的相對路徑。 Cmdlet 會從此參數指定的路徑中移除封裝。

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

-CertStoreLocation

{{Fill CertStoreLocation Description}}

類型:StoreLocation
接受的值:CurrentUser, LocalMachine
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Confirm

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

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

-ImageStoreConnectionString

指定 Service Fabric 映像存放區的連接字串。

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

-TimeoutSec

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

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

-WhatIf

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

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

輸入

None

輸出

System.Object