Compartilhar via


DeletedConfigurationStoreListResult.DeserializeFromDictionary Method

Definition

Deserializes a IDictionary into an instance of DeletedConfigurationStoreListResult.

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

Parameters

content
IDictionary

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

Returns

an instance of IDeletedConfigurationStoreListResult.

Applies to