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