ArmLoadTestingModelFactory.LoadTestMappingProperties Method
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.
public static Azure.ResourceManager.LoadTesting.Models.LoadTestMappingProperties LoadTestMappingProperties(Azure.Core.ResourceIdentifier sourceResourceId = default, Azure.Core.ResourceIdentifier azureLoadTestingResourceId = default, string testId = default);
static member LoadTestMappingProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.LoadTesting.Models.LoadTestMappingProperties
Public Shared Function LoadTestMappingProperties (Optional sourceResourceId As ResourceIdentifier = Nothing, Optional azureLoadTestingResourceId As ResourceIdentifier = Nothing, Optional testId As String = Nothing) As LoadTestMappingProperties
Parameters
- sourceResourceId
- ResourceIdentifier
Mapped source resource Id.
- azureLoadTestingResourceId
- ResourceIdentifier
Mapped Azure Load Test resource Id.
- testId
- String
Mapped Azure Load Test resource test-id.
Returns
A new LoadTestMappingProperties instance for mocking.