Share via


LocalRulestackUpdateProperties Class

Definition

The updatable properties of the LocalRulestackResource.

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

Constructors

LocalRulestackUpdateProperties()

Initializes a new instance of LocalRulestackUpdateProperties.

Properties

AssociatedSubscriptions

subscription scope of global rulestack.

DefaultMode

Mode for default rules creation.

Description

rulestack description.

MinAppIdVersion

minimum version.

PanETag

PanEtag info.

PanLocation

Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks.

Scope

Rulestack Type.

SecurityServices

Security Profile.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LocalRulestackUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LocalRulestackUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LocalRulestackUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LocalRulestackUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LocalRulestackUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to