FirewallPolicyInsights Class

Definition

Firewall Policy Insights.

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

Constructors

FirewallPolicyInsights()

Initializes a new instance of FirewallPolicyInsights.

Properties

IsEnabled

A flag to indicate if the insights are enabled on the policy.

LogAnalyticsResources

Workspaces needed to configure the Firewall Policy Insights.

RetentionDays

Number of days the insights should be enabled on the policy.

Explicit Interface Implementations

IJsonModel<FirewallPolicyInsights>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallPolicyInsights>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallPolicyInsights>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallPolicyInsights>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallPolicyInsights>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to