Share via


RadiusServer Class

Definition

Radius Server Settings.

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

Constructors

Name Description
RadiusServer(String)

Initializes a new instance of RadiusServer.

Properties

Name Description
RadiusServerAddress

The address of this radius server.

RadiusServerScore

The initial score assigned to this radius server.

RadiusServerSecret

The secret used for this radius server. We will no longer return radiusServerSecret in VirtualNetworkGateway Create/Update/Get/List/UpdateTags APIs response. Please use VirtualNetworkGateway ListRadiusSecrets API to fetch radius server secrets.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RadiusServer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RadiusServer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RadiusServer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RadiusServer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RadiusServer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to