VpnGatewayPacketCaptureStartContent Class

Definition

Start packet capture parameters.

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

Constructors

VpnGatewayPacketCaptureStartContent()

Initializes a new instance of VpnGatewayPacketCaptureStartContent.

Properties

FilterData

Start Packet capture parameters on vpn gateway.

Explicit Interface Implementations

IJsonModel<VpnGatewayPacketCaptureStartContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnGatewayPacketCaptureStartContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VpnGatewayPacketCaptureStartContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnGatewayPacketCaptureStartContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnGatewayPacketCaptureStartContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to