ProviderInstancePropertiesErrors 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.
Defines the provider instance errors.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.ProviderInstancePropertiesErrorsTypeConverter))]
public class ProviderInstancePropertiesErrors : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IProviderInstancePropertiesErrors, Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.ProviderInstancePropertiesErrorsTypeConverter))>]
type ProviderInstancePropertiesErrors = class
interface IProviderInstancePropertiesErrors
interface IJsonSerializable
interface IError
interface IValidates
Public Class ProviderInstancePropertiesErrors
Implements IProviderInstancePropertiesErrors, IValidates
- Inheritance
-
ProviderInstancePropertiesErrors
- Attributes
- Implements
Constructors
ProviderInstancePropertiesErrors() |
Creates an new ProviderInstancePropertiesErrors instance. |
Properties
Code |
Error code. |
Detail |
Error details. |
InnerError |
Inner error message. |
Message |
Error message. |
Target |
Error target. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProviderInstancePropertiesErrors. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProviderInstancePropertiesErrors. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IProviderInstancePropertiesErrors. |
FromJsonString(String) |
Creates a new instance of ProviderInstancePropertiesErrors, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProviderInstancePropertiesErrors into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |