P2SVpnProfileContent 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 Client Parameters for package generation.
public class P2SVpnProfileContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.P2SVpnProfileContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.P2SVpnProfileContent>
public class P2SVpnProfileContent
type P2SVpnProfileContent = class
interface IJsonModel<P2SVpnProfileContent>
interface IPersistableModel<P2SVpnProfileContent>
type P2SVpnProfileContent = class
Public Class P2SVpnProfileContent
Implements IJsonModel(Of P2SVpnProfileContent), IPersistableModel(Of P2SVpnProfileContent)
Public Class P2SVpnProfileContent
- Inheritance
-
P2SVpnProfileContent
- Implements
Constructors
P2SVpnProfileContent() |
Initializes a new instance of P2SVpnProfileContent. |
Properties
AuthenticationMethod |
VPN client authentication method. |
Explicit Interface Implementations
IJsonModel<P2SVpnProfileContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<P2SVpnProfileContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<P2SVpnProfileContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<P2SVpnProfileContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<P2SVpnProfileContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET