ResourceLockManagementCmdletBase.GetOutputObjects(JToken[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
PSObject[]