ActionableRemediationState 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.
ActionableRemediation Setting. None - the setting was never set. Enabled - ActionableRemediation is enabled. Disabled - ActionableRemediation is disabled.
public readonly struct ActionableRemediationState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.ActionableRemediationState>
type ActionableRemediationState = struct
Public Structure ActionableRemediationState
Implements IEquatable(Of ActionableRemediationState)
- Inheritance
-
ActionableRemediationState
- Implements
Constructors
ActionableRemediationState(String) |
Initializes a new instance of ActionableRemediationState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
None |
None. |
Methods
Equals(ActionableRemediationState) |
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(ActionableRemediationState, ActionableRemediationState) |
Determines if two ActionableRemediationState values are the same. |
Implicit(String to ActionableRemediationState) |
Converts a string to a ActionableRemediationState. |
Inequality(ActionableRemediationState, ActionableRemediationState) |
Determines if two ActionableRemediationState values are not the same. |