共用方式為


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

RadiusServer(String)

Initializes a new instance of RadiusServer.

Properties

RadiusServerAddress

The address of this radius server.

RadiusServerScore

The initial score assigned to this radius server.

RadiusServerSecret

The secret used for this radius server.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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