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

RequestDataLevel Struct

Definition

Request data collection level for test run.

public readonly struct RequestDataLevel : IEquatable<Azure.Developer.LoadTesting.RequestDataLevel>
type RequestDataLevel = struct
Public Structure RequestDataLevel
Implements IEquatable(Of RequestDataLevel)
Inheritance
RequestDataLevel
Implements

Constructors

RequestDataLevel(String)

Initializes a new instance of RequestDataLevel.

Properties

ERRORS

Request data will be collected in case of failed requests.

NONE

No request data will be collected.

Methods

Equals(RequestDataLevel)

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(RequestDataLevel, RequestDataLevel)

Determines if two RequestDataLevel values are the same.

Implicit(String to RequestDataLevel)

Converts a String to a RequestDataLevel.

Inequality(RequestDataLevel, RequestDataLevel)

Determines if two RequestDataLevel values are not the same.

Applies to