다음을 통해 공유


FirewallPanoramaStatus Class

Definition

Panorama connectivity information.

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

Properties

PanoramaServer2Status

Secondary Panorama connection status.

PanoramaServerStatus

Primary Panorama connection status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FirewallPanoramaStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallPanoramaStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallPanoramaStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallPanoramaStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallPanoramaStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to