Share via


PreRulestackRuleData Class

Definition

A class representing the PreRulestackRule data model. PreRulestack rule list

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

Constructors

PreRulestackRuleData(String)

Initializes a new instance of PreRulestackRuleData.

Properties

ActionType

rule action.

Applications

array of rule applications.

AuditComment

rule comment.

Category

rule category.

DecryptionRuleType

enable or disable decryption.

Description

rule description.

Destination

destination address.

EnableLogging

enable or disable logging.

ETag

etag info.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InboundInspectionCertificate

inbound Inspection Certificate.

Name

The name of the resource.

(Inherited from ResourceData)
NegateDestination

cidr should not be 'any'.

NegateSource

cidr should not be 'any'.

Priority

Gets the priority.

Protocol

any, application-default, TCP:number, UDP:number.

ProtocolPortList

prot port list.

ProvisioningState

Provisioning state of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RuleName

rule name.

RuleState

state of this rule.

Source

source address.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

tag for rule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PreRulestackRuleData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PreRulestackRuleData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PreRulestackRuleData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PreRulestackRuleData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PreRulestackRuleData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to