Share via


LoadTestingFileType Struct

Definition

Types of file supported.

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

Constructors

Name Description
LoadTestingFileType(String)

Initializes a new instance of LoadTestingFileType.

Properties

Name Description
AdditionalArtifacts

If the file is not among any of the other supported file types.

JmxFile

If the file is a JMX script.

TestScript

If the file is a test script.

UrlTestConfig

If the file is a JSON config file to define the requests for a URL test.

UserProperties

If the file is a user properties file.

ZippedArtifacts

If the file is a compressed archive containing a collection of various artifacts or resources.

Methods

Name Description
Equals(LoadTestingFileType)

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

Determines if two LoadTestingFileType values are the same.

Implicit(String to LoadTestingFileType)

Converts a String to a LoadTestingFileType.

Inequality(LoadTestingFileType, LoadTestingFileType)

Determines if two LoadTestingFileType values are not the same.

Applies to