共用方式為


ImmediateCopyOption.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of ImmediateCopyOption.

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

Parameters

content
IDictionary

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

Returns

an instance of IImmediateCopyOption.

Applies to