Share via


ResourceLockManagementCmdletBase.GetOutputObjects(JToken[]) Method

Definition

Converts the resource object to output that can be piped to the lock cmdlets.

protected System.Management.Automation.PSObject[] GetOutputObjects (params Newtonsoft.Json.Linq.JToken[] resources);
member this.GetOutputObjects : Newtonsoft.Json.Linq.JToken[] -> System.Management.Automation.PSObject[]
Protected Function GetOutputObjects (ParamArray resources As JToken()) As PSObject()

Parameters

resources
Newtonsoft.Json.Linq.JToken[]

The lock resource object.

Returns

Applies to