ResourceManagerCmdletBase.WriteObject(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.
Writes a Newtonsoft.Json.Linq.JToken object as a PSObject.
protected void WriteObject (Newtonsoft.Json.Linq.JToken result);
override this.WriteObject : Newtonsoft.Json.Linq.JToken -> unit
Protected Sub WriteObject (result As JToken)
Parameters
- result
- Newtonsoft.Json.Linq.JToken
The result of the action.