CreatedByType Struct
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.
The type of the entity that created the test run. (E.x. User, ScheduleTrigger, etc).
public readonly struct CreatedByType : IEquatable<Azure.Developer.LoadTesting.CreatedByType>
type CreatedByType = struct
Public Structure CreatedByType
Implements IEquatable(Of CreatedByType)
- Inheritance
-
CreatedByType
- Implements
Constructors
| CreatedByType(String) |
Initializes a new instance of CreatedByType. |
Properties
| ScheduledTrigger |
Entity was created by a scheduled trigger. |
| User |
Entity was created by a user. |
Methods
| Equals(CreatedByType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(CreatedByType, CreatedByType) |
Determines if two CreatedByType values are the same. |
| Implicit(String to CreatedByType) |
Converts a String to a CreatedByType. |
| Inequality(CreatedByType, CreatedByType) |
Determines if two CreatedByType values are not the same. |