Remove-ServiceFabricClusterPackage
從映射存放區中移除 Service Fabric 叢集套件。
語法
Remove-ServiceFabricClusterPackage
[-Code]
-CodePackagePathInImageStore <String>
[-ClusterManifestPathInImageStore <String>]
[-ImageStoreConnectionString <String>]
[-CertStoreLocation <StoreLocation>]
[-TimeoutSec <Int32>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-ServiceFabricClusterPackage
[-Config]
[-CodePackagePathInImageStore <String>]
-ClusterManifestPathInImageStore <String>
[-ImageStoreConnectionString <String>]
[-CertStoreLocation <StoreLocation>]
[-TimeoutSec <Int32>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-ServiceFabricClusterPackage
-CodePackagePathInImageStore <String>
-ClusterManifestPathInImageStore <String>
[-ImageStoreConnectionString <String>]
[-CertStoreLocation <StoreLocation>]
[-TimeoutSec <Int32>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Remove-ServiceFabricClusterPackage Cmdlet 會從映射存放區中移除 Service Fabric 叢集套件。 使用 Register-ServiceFabricClusterPackage Cmdlet 註冊套件之後,請執行此 Cmdlet。
若要管理 Service Fabric 叢集,請使用 [以系統管理員身分執行] 選項啟動Windows PowerShell。
在 Service Fabric 叢集上執行任何作業之前,請先執行 Connect-ServiceFabricCluster Cmdlet 來建立叢集的連線。
範例
範例 1:使用 Code 和 Config 選項移除叢集套件。
PS C:\> Remove-ServiceFabricClusterPackage -ImageStoreConnectionString "xstore:DefaultEndpointsProtocol=https;AccountName=[StorageAccountName];AccountKey=[StorageAccountKey];Container=[ContainerName]" -ClusterManifestPathInImageStore "ClusterManifest_123.xml" -CodePackagePathInImageStore "ServiceFabric.2.0.59.0.msi"
範例 2:使用 [設定] 選項移除叢集套件。
PS C:\> Remove-ServiceFabricClusterPackage -Config -ImageStoreConnectionString "xstore:DefaultEndpointsProtocol=https;AccountName=[StorageAccountName];AccountKey=[StorageAccountKey];Container=[ContainerName]" -ClusterManifestPathInImageStore "ClusterManifest_123.xml" -Confirm
範例 3:使用 [程式碼] 選項移除叢集套件。
PS C:\> Remove-ServiceFabricClusterPackage -Code -ImageStoreConnectionString "xstore:DefaultEndpointsProtocol=https;AccountName=[StorageAccountName];AccountKey=[StorageAccountKey];Container=[ContainerName]" -CodePackagePathInImageStore "ServiceFabric.2.0.59.0.msi" -Confirm
此命令會移除具有指定映射存放區路徑的叢集套件。 Cmdlet 會在移除叢集套件之前提示您確認。
參數
-CertStoreLocation
{{Fill CertStoreLocation Description}}
類型: | StoreLocation |
接受的值: | CurrentUser, LocalMachine |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ClusterManifestPathInImageStore
指定叢集資訊清單映射存放區中的相對路徑。 Cmdlet 會從此參數指定的路徑中移除封裝。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Code
表示 Cmdlet 只會移除 Service Fabric .msi 檔案。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-CodePackagePathInImageStore
指定程式碼封裝之映射存放區中的相對路徑。 Cmdlet 會從此參數指定的路徑中移除封裝。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Config
表示此 Cmdlet 只會移除 Service Fabric 叢集資訊清單。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Confirm
在執行 Cmdlet 前提示您確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ImageStoreConnectionString
指定 Service Fabric 映射存放區的連接字串。
類型: | String |
Position: | Named |
預設值: | 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