Enabled 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 flag which indicates whether the Log Search rule is enabled. Value should be true or false.
public struct Enabled : IEquatable<Azure.ResourceManager.Insights.Models.Enabled>
type Enabled = struct
Public Structure Enabled
Implements IEquatable(Of Enabled)
- Inheritance
-
System.ValueTypeEnabled
- Implements
-
System.IEquatable<Enabled>
Constructors
Enabled(String) |
Determines if two Enabled values are the same. |
Properties
False |
false. |
True |
true. |
Methods
Equals(Enabled) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
Operators
Equality(Enabled, Enabled) |
Determines if two Enabled values are the same. |
Implicit(String to Enabled) |
Converts a string to a Enabled. |
Inequality(Enabled, Enabled) |
Determines if two Enabled values are not the same. |