ResourceLimits.DeserializeFromPSObject(PSObject) Method

Definition

Deserializes a PSObject into an instance of ResourceLimits.

public static Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IResourceLimits DeserializeFromPSObject (System.Management.Automation.PSObject content);

Parameters

content
PSObject

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

Returns

an instance of IResourceLimits.

Applies to