Share via


RulestackDetails Class

Definition

Associated rulestack details.

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

Constructors

RulestackDetails()

Initializes a new instance of RulestackDetails.

Properties

Location

Rulestack ___location.

ResourceId

Resource Id.

RulestackId

Associated rulestack Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RulestackDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RulestackDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RulestackDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RulestackDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RulestackDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to