ArmSelfHelpModelFactory.SolutionTriggerCriterion Method
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.
public static Azure.ResourceManager.SelfHelp.Models.SolutionTriggerCriterion SolutionTriggerCriterion(Azure.ResourceManager.SelfHelp.Models.SelfHelpName? name = default, string value = default);
static member SolutionTriggerCriterion : Nullable<Azure.ResourceManager.SelfHelp.Models.SelfHelpName> * string -> Azure.ResourceManager.SelfHelp.Models.SolutionTriggerCriterion
Public Shared Function SolutionTriggerCriterion (Optional name As Nullable(Of SelfHelpName) = Nothing, Optional value As String = Nothing) As SolutionTriggerCriterion
Parameters
- name
- Nullable<SelfHelpName>
Trigger criterion name.
- value
- String
Trigger criterion value.
Returns
A new SolutionTriggerCriterion instance for mocking.