Share via


VMIngestionDetailsResponse.DeserializeFromPSObject(PSObject) Method

Definition

Deserializes a PSObject into an instance of VMIngestionDetailsResponse.

public static Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMIngestionDetailsResponse DeserializeFromPSObject (System.Management.Automation.PSObject content);
static member DeserializeFromPSObject : System.Management.Automation.PSObject -> Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMIngestionDetailsResponse
Public Shared Function DeserializeFromPSObject (content As PSObject) As IVMIngestionDetailsResponse

Parameters

content
PSObject

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

Returns

an instance of IVMIngestionDetailsResponse.

Applies to