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.DedicatedHsmErrorTypeConverter))]
public class DedicatedHsmError : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.IDedicatedHsmError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.DedicatedHsmErrorTypeConverter))>]
type DedicatedHsmError = class
interface IDedicatedHsmError
interface IJsonSerializable
Public Class DedicatedHsmError
Implements IDedicatedHsmError
- Inheritance
-
DedicatedHsmError
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DedicatedHsmError() |
Creates an new DedicatedHsmError instance. |
Properties
| Name | Description |
|---|---|
| Error |
The error detail of the operation if any. |
Methods
| Name | Description |
|---|---|
| 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.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. |
| ToString() | |