ArmFrontDoorModelFactory.FrontDoorExperimentData 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.
Initializes a new instance of FrontDoorExperimentData.
public static Azure.ResourceManager.FrontDoor.FrontDoorExperimentData FrontDoorExperimentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string description = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentEndpointProperties experimentEndpointA = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentEndpointProperties experimentEndpointB = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentState? enabledState = default, Azure.ResourceManager.FrontDoor.Models.NetworkExperimentResourceState? resourceState = default, string status = default, Uri scriptFileUri = default);
static member FrontDoorExperimentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentEndpointProperties * Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentEndpointProperties * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentState> * Nullable<Azure.ResourceManager.FrontDoor.Models.NetworkExperimentResourceState> * string * Uri -> Azure.ResourceManager.FrontDoor.FrontDoorExperimentData
Public Shared Function FrontDoorExperimentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional description As String = Nothing, Optional experimentEndpointA As FrontDoorExperimentEndpointProperties = Nothing, Optional experimentEndpointB As FrontDoorExperimentEndpointProperties = Nothing, Optional enabledState As Nullable(Of FrontDoorExperimentState) = Nothing, Optional resourceState As Nullable(Of NetworkExperimentResourceState) = Nothing, Optional status As String = Nothing, Optional scriptFileUri As Uri = Nothing) As FrontDoorExperimentData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- description
- String
The description of the details or intents of the Experiment.
- experimentEndpointA
- FrontDoorExperimentEndpointProperties
The endpoint A of an experiment.
- experimentEndpointB
- FrontDoorExperimentEndpointProperties
The endpoint B of an experiment.
- enabledState
- Nullable<FrontDoorExperimentState>
The state of the Experiment.
- resourceState
- Nullable<NetworkExperimentResourceState>
Resource status.
- status
- String
The description of Experiment status from the server side.
- scriptFileUri
- Uri
The uri to the Script used in the Experiment.
Returns
A new FrontDoorExperimentData instance for mocking.
Applies to
Azure SDK for .NET