ArmLoadTestingModelFactory.LoadTestMappingProperties Method

Definition

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.

Applies to