Share via


SslConfiguration Class

Definition

SSL configuration. If configured data-plane calls to user services will be exposed over SSL only.

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

Constructors

SslConfiguration()

Initializes a new instance of SslConfiguration.

Properties

Cert

The SSL cert data in PEM format.

Cname

The CName of the certificate.

Key

The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.

Status

SSL status. Allowed values are Enabled and Disabled.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SslConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SslConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SslConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SslConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SslConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to