AutomationTriggeringRulePropertyType 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 data type of the compared operands (string, integer, floating point number or a boolean [true/false]].
public readonly struct AutomationTriggeringRulePropertyType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.AutomationTriggeringRulePropertyType>
type AutomationTriggeringRulePropertyType = struct
Public Structure AutomationTriggeringRulePropertyType
Implements IEquatable(Of AutomationTriggeringRulePropertyType)
- Inheritance
-
AutomationTriggeringRulePropertyType
- Implements
Constructors
AutomationTriggeringRulePropertyType(String) |
Initializes a new instance of AutomationTriggeringRulePropertyType. |
Properties
Boolean |
Boolean. |
Integer |
Integer. |
Number |
Number. |
String |
String. |
Methods
Equals(AutomationTriggeringRulePropertyType) |
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(AutomationTriggeringRulePropertyType, AutomationTriggeringRulePropertyType) |
Determines if two AutomationTriggeringRulePropertyType values are the same. |
Implicit(String to AutomationTriggeringRulePropertyType) |
Converts a string to a AutomationTriggeringRulePropertyType. |
Inequality(AutomationTriggeringRulePropertyType, AutomationTriggeringRulePropertyType) |
Determines if two AutomationTriggeringRulePropertyType values are not the same. |
Applies to
Azure SDK for .NET