MachineLearningEndpointAuthKeys Class

Definition

Keys for endpoint authentication.

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

Constructors

MachineLearningEndpointAuthKeys()

Initializes a new instance of MachineLearningEndpointAuthKeys.

Properties

PrimaryKey

The primary key.

SecondaryKey

The secondary key.

Explicit Interface Implementations

IJsonModel<MachineLearningEndpointAuthKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningEndpointAuthKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningEndpointAuthKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningEndpointAuthKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningEndpointAuthKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to