Läs på engelska

Dela via


EventContent.DeserializeFromPSObject(PSObject) Method

Definition

Deserializes a PSObject into an instance of EventContent.

C#
public static Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventContent DeserializeFromPSObject(System.Management.Automation.PSObject content);

Parameters

content
PSObject

The global::System.Management.Automation.PSObject content that should be used.

Returns

an instance of IEventContent.

Applies to