Freigeben über


TableProperties.DeserializeFromPSObject(PSObject) Method

Definition

Deserializes a PSObject into an instance of TableProperties.

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

Parameters

content
PSObject

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

Returns

an instance of ITableProperties.

Applies to