Share via


GovernanceRuleOwnerSourceType Struct

Definition

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