Share via


TestProfileRun.TargetResourceConfigurations Property

Definition

Configurations of the target resource on which the test profile ran. Please note TargetResourceConfigurations is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FunctionFlexConsumptionTargetResourceConfigurations.

public Azure.Developer.LoadTesting.TargetResourceConfigurations TargetResourceConfigurations { get; }
member this.TargetResourceConfigurations : Azure.Developer.LoadTesting.TargetResourceConfigurations
Public ReadOnly Property TargetResourceConfigurations As TargetResourceConfigurations

Property Value

Applies to