你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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