Sdílet prostřednictvím


P2SVpnConnectionHealthContent Class

Definition

List of P2S Vpn connection health request.

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

Constructors

P2SVpnConnectionHealthContent()

Initializes a new instance of P2SVpnConnectionHealthContent.

Properties

OutputBlobSasUri

The sas-url to download the P2S Vpn connection health detail.

VpnUserNamesFilter

The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<P2SVpnConnectionHealthContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<P2SVpnConnectionHealthContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<P2SVpnConnectionHealthContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<P2SVpnConnectionHealthContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<P2SVpnConnectionHealthContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to