Freigeben über


ManagedHsmError Class

Definition

The error exception.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.ManagedHsmErrorTypeConverter))]
public class ManagedHsmError : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IManagedHsmError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.ManagedHsmErrorTypeConverter))>]
type ManagedHsmError = class
    interface IManagedHsmError
    interface IJsonSerializable
Public Class ManagedHsmError
Implements IManagedHsmError
Inheritance
ManagedHsmError
Attributes
Implements

Constructors

Name Description
ManagedHsmError()

Creates an new ManagedHsmError instance.

Properties

Name Description
Error

The server error.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedHsmError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedHsmError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IManagedHsmError.

FromJsonString(String)

Creates a new instance of ManagedHsmError, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedHsmError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to