ApplicationPackageCleanupPolicy Enum
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.
Enumerates the options for the cleanup of application package policy.
public enum ApplicationPackageCleanupPolicy
type ApplicationPackageCleanupPolicy =
Public Enum ApplicationPackageCleanupPolicy
- Inheritance
-
ApplicationPackageCleanupPolicy
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates that the cleanup policy provided is invalid. |
Default | 1 | Indicates that the cleanup policy of application packages are based on the cluster setting "CleanupApplicationPackageOnProvisionSuccess". |
Automatic | 2 | Indicates that the service fabric runtime determines when the application package is cleaned up from the image store.By default cleanup is done after a successful provision. |
Manual | 3 | Indicates that the user has to explicitly clean up the application package by using RemoveApplicationPackage(String, String). |
Applies to
Azure SDK for .NET