DiagnoseRequestProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DiagnoseRequestPropertiesTypeConverter))]
public class DiagnoseRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDiagnoseRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |