RadiusServer 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.
Radius Server Settings.
public class RadiusServer : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.RadiusServer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.RadiusServer>
public class RadiusServer
type RadiusServer = class
interface IJsonModel<RadiusServer>
interface IPersistableModel<RadiusServer>
type RadiusServer = class
Public Class RadiusServer
Implements IJsonModel(Of RadiusServer), IPersistableModel(Of RadiusServer)
Public Class 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. |
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
Azure SDK for .NET