OperationalInsightsNetworkSecurityPerimeterStatusCode 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.
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. |