TriggerCriterion Class
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 criterion. SolutionId/ProblemClassificationId is the only supported trigger type for Solution PUT request. ReplacementKey is the only supported trigger type for Solution PATCH request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.TriggerCriterionTypeConverter))]
public class TriggerCriterion : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.ITriggerCriterion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.TriggerCriterionTypeConverter))>]
type TriggerCriterion = class
interface ITriggerCriterion
interface IJsonSerializable
Public Class TriggerCriterion
Implements ITriggerCriterion
- Inheritance
-
TriggerCriterion
- Attributes
- Implements
Constructors
TriggerCriterion() |
Creates an new TriggerCriterion instance. |
Properties
Name |
Trigger criterion name. |
Value |
Trigger criterion value. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TriggerCriterion. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TriggerCriterion. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.ITriggerCriterion. |
FromJsonString(String) |
Creates a new instance of TriggerCriterion, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TriggerCriterion into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |