Share via


CreatedByType Struct

Definition

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

Name Description
CreatedByType(String)

Initializes a new instance of CreatedByType.

Properties

Name Description
ScheduledTrigger

Entity was created by a scheduled trigger.

User

Entity was created by a user.

Methods

Name Description
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

Name Description
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.

Applies to