Freigeben über


UserFacingErrorProperties Class

Definition

Any key value pairs that can be injected inside error object

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.UserFacingErrorPropertiesTypeConverter))]
public class UserFacingErrorProperties : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IUserFacingErrorProperties, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.UserFacingErrorPropertiesTypeConverter))>]
type UserFacingErrorProperties = class
    interface IUserFacingErrorProperties
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class UserFacingErrorProperties
Implements IAssociativeArray(Of String), IUserFacingErrorProperties
Inheritance
UserFacingErrorProperties
Attributes
Implements

Constructors

Name Description
UserFacingErrorProperties()

Creates an new UserFacingErrorProperties instance.

Fields

Name Description
__additionalProperties

Properties

Name Description
Item[String]

Methods

Name Description
Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserFacingErrorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserFacingErrorProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IUserFacingErrorProperties.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of UserFacingErrorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Name Description
Implicit(UserFacingErrorProperties to Dictionary<String,String>)

Explicit Interface Implementations

Name Description
IAssociativeArray<String>.AdditionalProperties
IAssociativeArray<String>.Count
IAssociativeArray<String>.Keys
IAssociativeArray<String>.Values

Applies to