Поделиться через


FirewallRuleCounter Class

Definition

Rule counter.

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

Properties

AppSeen

apps seen.

FirewallName

firewall name.

HitCount

hit count.

LastUpdatedOn

last updated timestamp.

Priority

priority number.

RequestOn

timestamp of request.

ResponseOn

timestamp of response.

RuleListName

rule list name.

RuleName

rule name.

RuleStackName

rule Stack Name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FirewallRuleCounter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallRuleCounter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallRuleCounter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallRuleCounter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallRuleCounter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to