IMetadataPatch.DependencyCriterion Property

Definition

This is the list of dependencies we must fulfill, according to the AND/OR operator

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="This is the list of dependencies we must fulfill, according to the AND/OR operator", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IMetadataDependencies) }, Read=true, ReadOnly=false, Required=false, SerializedName="criteria", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IMetadataDependencies> DependencyCriterion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="This is the list of dependencies we must fulfill, according to the AND/OR operator", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IMetadataDependencies) }, Read=true, ReadOnly=false, Required=false, SerializedName="criteria", Update=true)>]
member this.DependencyCriterion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IMetadataDependencies> with get, set
Public Property DependencyCriterion As List(Of IMetadataDependencies)

Property Value

Attributes

Applies to