LoadTestingTrigger Class
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.
Trigger model. Please note this is the abstract base class. The derived classes available for instantiation are: ScheduleTestsTrigger.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Developer.LoadTesting.UnknownLoadTestingTrigger))]
public abstract class LoadTestingTrigger : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.LoadTestingTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.LoadTestingTrigger>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Developer.LoadTesting.UnknownLoadTestingTrigger))>]
type LoadTestingTrigger = class
interface IJsonModel<LoadTestingTrigger>
interface IPersistableModel<LoadTestingTrigger>
Public MustInherit Class LoadTestingTrigger
Implements IJsonModel(Of LoadTestingTrigger), IPersistableModel(Of LoadTestingTrigger)
- Inheritance
-
LoadTestingTrigger
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CreatedBy |
The user that created. |
| CreatedDateTime |
The creation datetime(RFC 3339 literal format). |
| Description |
The description of the trigger. |
| DisplayName |
The name of the trigger. |
| LastModifiedBy |
The user that last modified. |
| LastModifiedDateTime |
The last Modified datetime(RFC 3339 literal format). |
| State |
The current state of the trigger. |
| StateDetails |
Details of current state of the trigger. |
| TriggerId |
The unique identifier of the trigger. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to LoadTestingTrigger) | |