다음을 통해 공유


GlobalRulestackPatch Class

Definition

The type used for update operations of the GlobalRulestackResource.

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

Constructors

GlobalRulestackPatch()

Initializes a new instance of GlobalRulestackPatch.

Properties

Identity

The managed service identities assigned to this resource.

Location

Global Location.

Properties

The updatable properties of the GlobalRulestackResource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GlobalRulestackPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GlobalRulestackPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GlobalRulestackPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GlobalRulestackPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GlobalRulestackPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to