Language

IPolicyTokenResponse.Results Property

Definition

An array of external evaluation endpoint invocation results.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="An array of external evaluation endpoint invocation results.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IExternalEvaluationEndpointInvocationResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="results", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IExternalEvaluationEndpointInvocationResult> Results { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="An array of external evaluation endpoint invocation results.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IExternalEvaluationEndpointInvocationResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="results", Update=true)>]
member this.Results : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IExternalEvaluationEndpointInvocationResult> with get, set
Public Property Results As List(Of IExternalEvaluationEndpointInvocationResult)

Property Value

Attributes

Applies to