LoadTestingFileType 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.
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
LoadTestingFileType(String) |
Initializes a new instance of LoadTestingFileType. |
Properties
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
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
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. |