你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

ManagedHsmError()

Creates an new ManagedHsmError instance.

Properties

Error

The server error.

Methods

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