ISolutionResource.TriggerCriterion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Solution request trigger criteria
[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Solution request trigger criteria", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ITriggerCriterion) }, Read=true, ReadOnly=false, Required=false, SerializedName="triggerCriteria", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ITriggerCriterion> TriggerCriterion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Solution request trigger criteria", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ITriggerCriterion) }, Read=true, ReadOnly=false, Required=false, SerializedName="triggerCriteria", Update=true)>]
member this.TriggerCriterion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ITriggerCriterion> with get, set
Public Property TriggerCriterion As List(Of ITriggerCriterion)
Property Value
- Attributes