Freigeben über


PolicyCmdletBase.GetOutputPolicyAssignments(JToken[]) Method

Definition

Converts the resource object collection to a PsPolicyAssignment collection.

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

Parameters

resources
Newtonsoft.Json.Linq.JToken[]

The policy definition resource object.

Returns

Applies to