Delen via


DiagnoseRequestPropertiesOthers Class

Definition

Setting for diagnosing unclassified category of problems

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DiagnoseRequestPropertiesOthersTypeConverter))]
public class DiagnoseRequestPropertiesOthers : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDiagnoseRequestPropertiesOthers, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DiagnoseRequestPropertiesOthersTypeConverter))>]
type DiagnoseRequestPropertiesOthers = class
    interface IDiagnoseRequestPropertiesOthers
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class DiagnoseRequestPropertiesOthers
Implements IAssociativeArray(Of Object), IDiagnoseRequestPropertiesOthers
Inheritance
DiagnoseRequestPropertiesOthers
Attributes
Implements

Constructors

DiagnoseRequestPropertiesOthers()

Creates an new DiagnoseRequestPropertiesOthers instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiagnoseRequestPropertiesOthers.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiagnoseRequestPropertiesOthers.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDiagnoseRequestPropertiesOthers.

FromJsonString(String)

Creates a new instance of DiagnoseRequestPropertiesOthers, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of DiagnoseRequestPropertiesOthers into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(DiagnoseRequestPropertiesOthers to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties
IAssociativeArray<Object>.Count
IAssociativeArray<Object>.Keys
IAssociativeArray<Object>.Values

Applies to