GovernanceRuleType 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 rule type of the governance rule, defines the source of the rule e.g. Integrated.
public readonly struct GovernanceRuleType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.GovernanceRuleType>
type GovernanceRuleType = struct
Public Structure GovernanceRuleType
Implements IEquatable(Of GovernanceRuleType)
- Inheritance
-
GovernanceRuleType
- Implements
Constructors
GovernanceRuleType(String) |
Initializes a new instance of GovernanceRuleType. |
Properties
Integrated |
The source of the rule type definition is integrated. |
ServiceNow |
The source of the rule type definition is ServiceNow. |
Methods
Equals(GovernanceRuleType) |
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(GovernanceRuleType, GovernanceRuleType) |
Determines if two GovernanceRuleType values are the same. |
Implicit(String to GovernanceRuleType) |
Converts a string to a GovernanceRuleType. |
Inequality(GovernanceRuleType, GovernanceRuleType) |
Determines if two GovernanceRuleType values are not the same. |
Applies to
Azure SDK for .NET