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