ArmFrontDoorModelFactory.FrontDoorExperimentPatch 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.FrontDoor.Models.FrontDoorExperimentPatch FrontDoorExperimentPatch(System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentState? enabledState = default);
static member FrontDoorExperimentPatch : System.Collections.Generic.IDictionary<string, string> * string * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentState> -> Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentPatch
Public Shared Function FrontDoorExperimentPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional enabledState As Nullable(Of FrontDoorExperimentState) = Nothing) As FrontDoorExperimentPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- description
- String
The description of the intent or details of the Experiment.
- enabledState
- Nullable<FrontDoorExperimentState>
The state of the Experiment.
Returns
A new FrontDoorExperimentPatch instance for mocking.