OperationalInsightsNetworkSecurityPerimeterStatusCode Struct

Definition

Indicates the reason for rule deactivation.

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

Constructors

Name Description
OperationalInsightsNetworkSecurityPerimeterStatusCode(String)

Initializes a new instance of OperationalInsightsNetworkSecurityPerimeterStatusCode.

Properties

Name Description
DataPlaneError

Summary rule stop was caused due to data plane related error.

UserAction

Summary rule stop originated from a user action (Stop was called).

Methods

Name Description
Equals(OperationalInsightsNetworkSecurityPerimeterStatusCode)

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(OperationalInsightsNetworkSecurityPerimeterStatusCode, OperationalInsightsNetworkSecurityPerimeterStatusCode)

Determines if two OperationalInsightsNetworkSecurityPerimeterStatusCode values are the same.

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

Converts a string to a OperationalInsightsNetworkSecurityPerimeterStatusCode.

Inequality(OperationalInsightsNetworkSecurityPerimeterStatusCode, OperationalInsightsNetworkSecurityPerimeterStatusCode)

Determines if two OperationalInsightsNetworkSecurityPerimeterStatusCode values are not the same.

Applies to