PolicySignaturesOverridesForIdpsData Class

Definition

A class representing the PolicySignaturesOverridesForIdps data model. Contains all specific policy signatures overrides for the IDPS

public class PolicySignaturesOverridesForIdpsData : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData>
public class PolicySignaturesOverridesForIdpsData
type PolicySignaturesOverridesForIdpsData = class
    interface IJsonModel<PolicySignaturesOverridesForIdpsData>
    interface IPersistableModel<PolicySignaturesOverridesForIdpsData>
type PolicySignaturesOverridesForIdpsData = class
Public Class PolicySignaturesOverridesForIdpsData
Implements IJsonModel(Of PolicySignaturesOverridesForIdpsData), IPersistableModel(Of PolicySignaturesOverridesForIdpsData)
Public Class PolicySignaturesOverridesForIdpsData
Inheritance
PolicySignaturesOverridesForIdpsData
Implements

Constructors

PolicySignaturesOverridesForIdpsData()

Initializes a new instance of PolicySignaturesOverridesForIdpsData.

Properties

Id

Will contain the resource id of the signature override resource.

Name

Contains the name of the resource (default).

ResourceType

Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.

Signatures

Dictionary of <string>.

Explicit Interface Implementations

IJsonModel<PolicySignaturesOverridesForIdpsData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PolicySignaturesOverridesForIdpsData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PolicySignaturesOverridesForIdpsData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PolicySignaturesOverridesForIdpsData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PolicySignaturesOverridesForIdpsData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to