VpnGatewayPacketCaptureStopContent Class

Definition

Stop packet capture parameters.

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

Constructors

VpnGatewayPacketCaptureStopContent()

Initializes a new instance of VpnGatewayPacketCaptureStopContent.

Properties

SasUri

SAS url for packet capture on vpn gateway.

Explicit Interface Implementations

IJsonModel<VpnGatewayPacketCaptureStopContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnGatewayPacketCaptureStopContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VpnGatewayPacketCaptureStopContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnGatewayPacketCaptureStopContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnGatewayPacketCaptureStopContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to