Freigeben über


ArmFrontDoorModelFactory.FrontDoorNetworkExperimentProfileData Method

Definition

Initializes a new instance of FrontDoorNetworkExperimentProfileData.

public static Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileData FrontDoorNetworkExperimentProfileData (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, Azure.ETag? etag = default, Azure.ResourceManager.FrontDoor.Models.NetworkExperimentResourceState? resourceState = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentState? enabledState = default);
static member FrontDoorNetworkExperimentProfileData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ETag> * Nullable<Azure.ResourceManager.FrontDoor.Models.NetworkExperimentResourceState> * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentState> -> Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileData
Public Shared Function FrontDoorNetworkExperimentProfileData (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 etag As Nullable(Of ETag) = Nothing, Optional resourceState As Nullable(Of NetworkExperimentResourceState) = Nothing, Optional enabledState As Nullable(Of FrontDoorExperimentState) = Nothing) As FrontDoorNetworkExperimentProfileData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

etag
Nullable<ETag>

Gets a unique read-only string that changes whenever the resource is updated.

resourceState
Nullable<NetworkExperimentResourceState>

Resource status.

enabledState
Nullable<FrontDoorExperimentState>

The state of the Experiment.

Returns

A new FrontDoorNetworkExperimentProfileData instance for mocking.

Applies to