FabricClient.ClusterManagementClient.RemoveClusterPackage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void RemoveClusterPackage(string imageStoreConnectionString, string clusterManifestPathInImageStore, string codePackagePathInImageStore);
member this.RemoveClusterPackage : string * string * string -> unit
Public Sub RemoveClusterPackage (imageStoreConnectionString As String, clusterManifestPathInImageStore As String, codePackagePathInImageStore As String)
Parameters
- imageStoreConnectionString
- System.String
- clusterManifestPathInImageStore
- System.String
- codePackagePathInImageStore
- System.String