DedicatedHsmError Class

Definition

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.

Applies to