ArmFrontDoorModelFactory.FrontDoorNetworkExperimentProfilePatch Method

Definition

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.

Applies to