ภาษา

VpnPacketCaptureStartParameters Class

Definition

Caution

This class is obsolete and will be removed in a future release

Compatibility alias for VPN packet capture start parameters.

[System.Obsolete("This class is obsolete and will be removed in a future release", false)]
public class VpnPacketCaptureStartParameters : Azure.ResourceManager.Network.Models.VpnPacketCaptureStartContent
[<System.Obsolete("This class is obsolete and will be removed in a future release", false)>]
type VpnPacketCaptureStartParameters = class
    inherit VpnPacketCaptureStartContent
Public Class VpnPacketCaptureStartParameters
Inherits VpnPacketCaptureStartContent
Inheritance
VpnPacketCaptureStartParameters
Attributes

Constructors

Name Description
VpnPacketCaptureStartParameters()

Initializes a new instance of VpnPacketCaptureStartParameters.

Properties

Name Description
FilterData

Start Packet capture parameters.

(Inherited from VpnPacketCaptureStartContent)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from VpnPacketCaptureStartContent)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from VpnPacketCaptureStartContent)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions) (Inherited from VpnPacketCaptureStartContent)
PersistableModelWriteCore(ModelReaderWriterOptions) (Inherited from VpnPacketCaptureStartContent)

Explicit Interface Implementations

Name Description
IJsonModel<VpnPacketCaptureStartContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from VpnPacketCaptureStartContent)
IJsonModel<VpnPacketCaptureStartContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from VpnPacketCaptureStartContent)
IPersistableModel<VpnPacketCaptureStartContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from VpnPacketCaptureStartContent)
IPersistableModel<VpnPacketCaptureStartContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from VpnPacketCaptureStartContent)
IPersistableModel<VpnPacketCaptureStartContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from VpnPacketCaptureStartContent)

Applies to