LoadTestMappingProperties Class
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.
Azure LoadTest mapping resource properties.
public class LoadTestMappingProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LoadTesting.Models.LoadTestMappingProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LoadTesting.Models.LoadTestMappingProperties>
type LoadTestMappingProperties = class
interface IJsonModel<LoadTestMappingProperties>
interface IPersistableModel<LoadTestMappingProperties>
Public Class LoadTestMappingProperties
Implements IJsonModel(Of LoadTestMappingProperties), IPersistableModel(Of LoadTestMappingProperties)
- Inheritance
-
LoadTestMappingProperties
- Implements
Constructors
| Name | Description |
|---|---|
| LoadTestMappingProperties() |
Initializes a new instance of LoadTestMappingProperties. |
Properties
| Name | Description |
|---|---|
| AzureLoadTestingResourceId |
Mapped Azure Load Test resource Id. |
| SourceResourceId |
Mapped source resource Id. |
| TestId |
Mapped Azure Load Test resource test-id. |