GovernanceRuleOwnerSourceType 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 owner type for the governance rule owner source.
public readonly struct GovernanceRuleOwnerSourceType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.GovernanceRuleOwnerSourceType>
type GovernanceRuleOwnerSourceType = struct
Public Structure GovernanceRuleOwnerSourceType
Implements IEquatable(Of GovernanceRuleOwnerSourceType)
- Inheritance
-
GovernanceRuleOwnerSourceType
- Implements
Constructors
GovernanceRuleOwnerSourceType(String) |
Initializes a new instance of GovernanceRuleOwnerSourceType. |
Properties
ByTag |
The rule source type defined using resource tag. |
Manually |
The rule source type defined manually. |
Methods
Equals(GovernanceRuleOwnerSourceType) |
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(GovernanceRuleOwnerSourceType, GovernanceRuleOwnerSourceType) |
Determines if two GovernanceRuleOwnerSourceType values are the same. |
Implicit(String to GovernanceRuleOwnerSourceType) |
Converts a string to a GovernanceRuleOwnerSourceType. |
Inequality(GovernanceRuleOwnerSourceType, GovernanceRuleOwnerSourceType) |
Determines if two GovernanceRuleOwnerSourceType values are not the same. |
Applies to
Azure SDK for .NET