Share via


AzureFirewallPacketCaptureResult Class

Definition

Response of an Azure Firewall Packet Capture Operation.

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

Properties

Message

Localized Message String of The Result Of The Azure Firewall Packet Capture Operation.

StatusCode

The response code of the performed packet capture operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureFirewallPacketCaptureResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureFirewallPacketCaptureResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureFirewallPacketCaptureResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureFirewallPacketCaptureResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureFirewallPacketCaptureResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to