VpnProfileResponse Class

Definition

Vpn Profile Response for package generation.

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

Properties

ProfileUri

URL to the VPN profile.

Explicit Interface Implementations

IJsonModel<VpnProfileResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnProfileResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VpnProfileResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnProfileResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnProfileResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to