OperationalInsightsNetworkSecurityPerimeterRuleType Struct

Definition

SummaryRules rule type: User.

public readonly struct OperationalInsightsNetworkSecurityPerimeterRuleType : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsNetworkSecurityPerimeterRuleType>
type OperationalInsightsNetworkSecurityPerimeterRuleType = struct
Public Structure OperationalInsightsNetworkSecurityPerimeterRuleType
Implements IEquatable(Of OperationalInsightsNetworkSecurityPerimeterRuleType)
Inheritance
OperationalInsightsNetworkSecurityPerimeterRuleType
Implements

Constructors

Name Description
OperationalInsightsNetworkSecurityPerimeterRuleType(String)

Initializes a new instance of OperationalInsightsNetworkSecurityPerimeterRuleType.

Properties

Name Description
User

User defined summary rule. This is the definition for rules created and defined by users.

Methods

Name Description
Equals(OperationalInsightsNetworkSecurityPerimeterRuleType)

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

Name Description
Equality(OperationalInsightsNetworkSecurityPerimeterRuleType, OperationalInsightsNetworkSecurityPerimeterRuleType)

Determines if two OperationalInsightsNetworkSecurityPerimeterRuleType values are the same.

Implicit(String to Nullable<OperationalInsightsNetworkSecurityPerimeterRuleType>)
Implicit(String to OperationalInsightsNetworkSecurityPerimeterRuleType)

Converts a string to a OperationalInsightsNetworkSecurityPerimeterRuleType.

Inequality(OperationalInsightsNetworkSecurityPerimeterRuleType, OperationalInsightsNetworkSecurityPerimeterRuleType)

Determines if two OperationalInsightsNetworkSecurityPerimeterRuleType values are not the same.

Applies to