Share via


PolicyCmdletBase.GetOutputPolicyExemptions(JToken[]) Method

Definition

Converts the resource object collection to a PsPolicyExemption collection.

protected Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption[] GetOutputPolicyExemptions (params Newtonsoft.Json.Linq.JToken[] resources);
member this.GetOutputPolicyExemptions : Newtonsoft.Json.Linq.JToken[] -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption[]
Protected Function GetOutputPolicyExemptions (ParamArray resources As JToken()) As PsPolicyExemption()

Parameters

resources
Newtonsoft.Json.Linq.JToken[]

The policy definition resource object.

Returns

Applies to