Megosztás a következőn keresztül:


MachineLearningFqdnEndpointDetail Class

Definition

The MachineLearningFqdnEndpointDetail.

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

Properties

Port

Gets the port.

Explicit Interface Implementations

IJsonModel<MachineLearningFqdnEndpointDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningFqdnEndpointDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningFqdnEndpointDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningFqdnEndpointDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningFqdnEndpointDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to