P2SVpnConnectionHealth 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.
P2S Vpn connection detailed health written to sas url.
public class P2SVpnConnectionHealth : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.P2SVpnConnectionHealth>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.P2SVpnConnectionHealth>
public class P2SVpnConnectionHealth
type P2SVpnConnectionHealth = class
interface IJsonModel<P2SVpnConnectionHealth>
interface IPersistableModel<P2SVpnConnectionHealth>
type P2SVpnConnectionHealth = class
Public Class P2SVpnConnectionHealth
Implements IJsonModel(Of P2SVpnConnectionHealth), IPersistableModel(Of P2SVpnConnectionHealth)
Public Class P2SVpnConnectionHealth
- Inheritance
-
P2SVpnConnectionHealth
- Implements
Properties
SasUri |
Returned sas url of the blob to which the p2s vpn connection detailed health will be written. |
Explicit Interface Implementations
IJsonModel<P2SVpnConnectionHealth>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<P2SVpnConnectionHealth>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<P2SVpnConnectionHealth>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<P2SVpnConnectionHealth>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<P2SVpnConnectionHealth>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET