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.
The ActionableRemediationState.
public readonly struct ActionableRemediationState : IEquatable<Azure.ResourceManager.SecurityDevOps.Models.ActionableRemediationState>
type ActionableRemediationState = struct
Public Structure ActionableRemediationState
Implements IEquatable(Of ActionableRemediationState)
- Inheritance
-
ActionableRemediationState
- Implements
Constructors
| Name | Description |
|---|---|
| ActionableRemediationState(String) |
Initializes a new instance of ActionableRemediationState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |