MachineLearningDiagnoseResultValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |