Freigeben über


AzureCoreFoundationsErrorResponse.DeserializeFromDictionary Method

Definition

Deserializes a IDictionary into an instance of AzureCoreFoundationsErrorResponse.

public static Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IAzureCoreFoundationsErrorResponse DeserializeFromDictionary(System.Collections.IDictionary content);
static member DeserializeFromDictionary : System.Collections.IDictionary -> Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IAzureCoreFoundationsErrorResponse
Public Shared Function DeserializeFromDictionary (content As IDictionary) As IAzureCoreFoundationsErrorResponse

Parameters

content
IDictionary

The global::System.Collections.IDictionary content that should be used.

Returns

an instance of IAzureCoreFoundationsErrorResponse.

Applies to