VpnPacketCaptureStopContent 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.
Stop packet capture parameters.
public class VpnPacketCaptureStopContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VpnPacketCaptureStopContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VpnPacketCaptureStopContent>
public class VpnPacketCaptureStopContent
type VpnPacketCaptureStopContent = class
interface IJsonModel<VpnPacketCaptureStopContent>
interface IPersistableModel<VpnPacketCaptureStopContent>
type VpnPacketCaptureStopContent = class
Public Class VpnPacketCaptureStopContent
Implements IJsonModel(Of VpnPacketCaptureStopContent), IPersistableModel(Of VpnPacketCaptureStopContent)
Public Class VpnPacketCaptureStopContent
- Inheritance
-
VpnPacketCaptureStopContent
- Implements
Constructors
VpnPacketCaptureStopContent() |
Initializes a new instance of VpnPacketCaptureStopContent. |
Properties
SasUri |
SAS url for packet capture on virtual network gateway. |
Explicit Interface Implementations
IJsonModel<VpnPacketCaptureStopContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VpnPacketCaptureStopContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VpnPacketCaptureStopContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VpnPacketCaptureStopContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VpnPacketCaptureStopContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET