Share via


ListCredentialResponseError Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ListCredentialResponseErrorTypeConverter))]
public class ListCredentialResponseError : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponseError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ListCredentialResponseErrorTypeConverter))>]
type ListCredentialResponseError = class
    interface IListCredentialResponseError
    interface IJsonSerializable
Public Class ListCredentialResponseError
Implements IListCredentialResponseError
Inheritance
ListCredentialResponseError
Attributes
Implements

Constructors

ListCredentialResponseError()

Creates an new ListCredentialResponseError instance.

Properties

Code
Message

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListCredentialResponseError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListCredentialResponseError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponseError.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListCredentialResponseError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to