Lingua

MachineLearningDiagnoseResultValue Class

Definition

The MachineLearningDiagnoseResultValue.

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

Properties

Name Description
ApplicationInsightsResults

Gets the ApplicationInsightsResults.

ContainerRegistryResults

Gets the ContainerRegistryResults.

DnsResolutionResults

Gets the DnsResolutionResults.

KeyVaultResults

Gets the KeyVaultResults.

NetworkSecurityRuleResults

Gets the NetworkSecurityRuleResults.

OtherResults

Gets the OtherResults.

ResourceLockResults

Gets the ResourceLockResults.

StorageAccountResults

Gets the StorageAccountResults.

UserDefinedRouteResults

Gets the UserDefinedRouteResults.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MachineLearningDiagnoseResultValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningDiagnoseResultValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningDiagnoseResultValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningDiagnoseResultValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningDiagnoseResultValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to