VpnConnectionPacketCaptureStopContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.
public class VpnConnectionPacketCaptureStopContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VpnConnectionPacketCaptureStopContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VpnConnectionPacketCaptureStopContent>
public class VpnConnectionPacketCaptureStopContent
type VpnConnectionPacketCaptureStopContent = class
interface IJsonModel<VpnConnectionPacketCaptureStopContent>
interface IPersistableModel<VpnConnectionPacketCaptureStopContent>
type VpnConnectionPacketCaptureStopContent = class
Public Class VpnConnectionPacketCaptureStopContent
Implements IJsonModel(Of VpnConnectionPacketCaptureStopContent), IPersistableModel(Of VpnConnectionPacketCaptureStopContent)
Public Class VpnConnectionPacketCaptureStopContent
- Inheritance
-
VpnConnectionPacketCaptureStopContent
- Implements
Constructors
VpnConnectionPacketCaptureStopContent() |
Initializes a new instance of VpnConnectionPacketCaptureStopContent. |
Properties
LinkConnectionNames |
List of site link connection names. |
SasUri |
SAS url for packet capture on vpn connection. |
Explicit Interface Implementations
IJsonModel<VpnConnectionPacketCaptureStopContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VpnConnectionPacketCaptureStopContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VpnConnectionPacketCaptureStopContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VpnConnectionPacketCaptureStopContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VpnConnectionPacketCaptureStopContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET