MachineLearningSslConfiguration Class

Definition

The ssl configuration for scoring.

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

Constructors

MachineLearningSslConfiguration()

Initializes a new instance of MachineLearningSslConfiguration.

Properties

Cert

Cert data.

Cname

CNAME of the cert.

Key

Key data.

LeafDomainLabel

Leaf domain label of public endpoint.

OverwriteExistingDomain

Indicates whether to overwrite existing domain label.

Status

Enable or disable ssl for scoring.

Explicit Interface Implementations

IJsonModel<MachineLearningSslConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningSslConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningSslConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningSslConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningSslConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to