DedicatedHsmError 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 error exception.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmErrorTypeConverter))]
public class DedicatedHsmError : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmErrorTypeConverter))>]
type DedicatedHsmError = class
interface IDedicatedHsmError
interface IJsonSerializable
Public Class DedicatedHsmError
Implements IDedicatedHsmError
- Inheritance
-
DedicatedHsmError
- Attributes
- Implements
Constructors
DedicatedHsmError() |
Creates an new DedicatedHsmError instance. |
Properties
Error |
The error detail of the operation if any. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DedicatedHsmError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DedicatedHsmError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmError. |
FromJsonString(String) |
Creates a new instance of DedicatedHsmError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DedicatedHsmError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |