SslServerConfig Class

Definition

The SslServerConfig.

public class SslServerConfig : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.SslServerConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.SslServerConfig>
type SslServerConfig = class
    interface IJsonModel<SslServerConfig>
    interface IPersistableModel<SslServerConfig>
Public Class SslServerConfig
Implements IJsonModel(Of SslServerConfig), IPersistableModel(Of SslServerConfig)
Inheritance
SslServerConfig
Implements

Properties

CipherSuites

Gets the cipher suites.

Count

Gets the count.

FirstSeen

Gets the first seen.

LastSeen

Gets the last seen.

Sources

Gets the sources.

TlsVersions

Gets the tls versions.

Explicit Interface Implementations

IJsonModel<SslServerConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SslServerConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SslServerConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SslServerConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SslServerConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to