ScriptCleanupOptions 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 readonly struct ScriptCleanupOptions : IEquatable<Azure.ResourceManager.Resources.Models.ScriptCleanupOptions>
type ScriptCleanupOptions = struct
Public Structure ScriptCleanupOptions
Implements IEquatable(Of ScriptCleanupOptions)
- Inheritance
-
ScriptCleanupOptions
- Implements
Constructors
ScriptCleanupOptions(String) |
Initializes a new instance of ScriptCleanupOptions. |
Properties
Always |
Always. |
OnExpiration |
OnExpiration. |
OnSuccess |
OnSuccess. |
Methods
Equals(ScriptCleanupOptions) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ScriptCleanupOptions, ScriptCleanupOptions) |
Determines if two ScriptCleanupOptions values are the same. |
Implicit(String to ScriptCleanupOptions) |
Converts a string to a ScriptCleanupOptions. |
Inequality(ScriptCleanupOptions, ScriptCleanupOptions) |
Determines if two ScriptCleanupOptions values are not the same. |
Applies to
Azure SDK for .NET