Compartir a través de


EmailNotification.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of EmailNotification.

public static Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IEmailNotification DeserializeFromDictionary (System.Collections.IDictionary content);
static member DeserializeFromDictionary : System.Collections.IDictionary -> Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IEmailNotification
Public Shared Function DeserializeFromDictionary (content As IDictionary) As IEmailNotification

Parameters

content
IDictionary

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

Returns

an instance of IEmailNotification.

Applies to