你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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