IdpsSignatureResult Class
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 IdpsSignatureResult.
public class IdpsSignatureResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.IdpsSignatureResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.IdpsSignatureResult>
public class IdpsSignatureResult
type IdpsSignatureResult = class
interface IJsonModel<IdpsSignatureResult>
interface IPersistableModel<IdpsSignatureResult>
type IdpsSignatureResult = class
Public Class IdpsSignatureResult
Implements IJsonModel(Of IdpsSignatureResult), IPersistableModel(Of IdpsSignatureResult)
Public Class IdpsSignatureResult
- Inheritance
-
IdpsSignatureResult
- Implements
Properties
Description |
Describes what is the signature enforces. |
DestinationPorts |
Describes the list of destination ports related to this signature. |
Direction |
Describes in which direction signature is being enforced: 0 - OutBound, 1 - InBound, 2 - Any, 3 - Internal, 4 - InternalOutbound. |
Group |
Describes the groups the signature belongs to. |
InheritedFromParentPolicy |
Describes if this override is inherited from base policy or not. |
LastUpdated |
Describes the last updated time of the signature (provided from 3rd party vendor). |
Mode |
The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny. |
Protocol |
Describes the protocol the signatures is being enforced in. |
Severity |
Describes the severity of signature: 1 - High, 2 - Medium, 3 - Low. |
SignatureId |
The ID of the signature. |
SourcePorts |
Describes the list of source ports related to this signature. |
Explicit Interface Implementations
IJsonModel<IdpsSignatureResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IdpsSignatureResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IdpsSignatureResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IdpsSignatureResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IdpsSignatureResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET