你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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.

Applies to