CleanupOptions Struct
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.
The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.
public struct CleanupOptions : IEquatable<Azure.ResourceManager.Resources.Models.CleanupOptions>
type CleanupOptions = struct
Public Structure CleanupOptions
Implements IEquatable(Of CleanupOptions)
- Inheritance
-
System.ValueTypeCleanupOptions
- Implements
-
System.IEquatable<CleanupOptions>
Constructors
CleanupOptions(String) |
Determines if two CleanupOptions values are the same. |
Properties
Always |
Always. |
OnExpiration |
OnExpiration. |
OnSuccess |
OnSuccess. |
Methods
Equals(CleanupOptions) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
Operators
Equality(CleanupOptions, CleanupOptions) |
Determines if two CleanupOptions values are the same. |
Implicit(String to CleanupOptions) |
Converts a string to a CleanupOptions. |
Inequality(CleanupOptions, CleanupOptions) |
Determines if two CleanupOptions values are not the same. |