Delen via


DiagnoseRequestProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DiagnoseRequestPropertiesTypeConverter))]
public class DiagnoseRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDiagnoseRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DiagnoseRequestPropertiesTypeConverter))>]
type DiagnoseRequestProperties = class
    interface IDiagnoseRequestProperties
    interface IJsonSerializable
Public Class DiagnoseRequestProperties
Implements IDiagnoseRequestProperties
Inheritance
DiagnoseRequestProperties
Attributes
Implements

Constructors

DiagnoseRequestProperties()

Creates an new DiagnoseRequestProperties instance.

Properties

ApplicationInsight

Setting for diagnosing dependent application insights

ContainerRegistry

Setting for diagnosing dependent container registry

DnsResolution

Setting for diagnosing dns resolution

KeyVault

Setting for diagnosing dependent key vault

Nsg

Setting for diagnosing network security group

Others

Setting for diagnosing unclassified category of problems

ResourceLock

Setting for diagnosing resource lock

StorageAccount

Setting for diagnosing dependent storage account

Udr

Setting for diagnosing user defined routing

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiagnoseRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiagnoseRequestProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiagnoseRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to