GlobalRulestackUpdateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The updatable properties of the GlobalRulestackResource.
public class GlobalRulestackUpdateProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.GlobalRulestackUpdateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.GlobalRulestackUpdateProperties>
type GlobalRulestackUpdateProperties = class
interface IJsonModel<GlobalRulestackUpdateProperties>
interface IPersistableModel<GlobalRulestackUpdateProperties>
Public Class GlobalRulestackUpdateProperties
Implements IJsonModel(Of GlobalRulestackUpdateProperties), IPersistableModel(Of GlobalRulestackUpdateProperties)
- Inheritance
-
GlobalRulestackUpdateProperties
- Implements
Constructors
GlobalRulestackUpdateProperties() |
Initializes a new instance of GlobalRulestackUpdateProperties. |
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<GlobalRulestackUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GlobalRulestackUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GlobalRulestackUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GlobalRulestackUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GlobalRulestackUpdateProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |