ArmLoadTestingModelFactory.LoadTestMappingUpdateProperties 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.LoadTestMappingUpdateProperties LoadTestMappingUpdateProperties(Azure.Core.ResourceIdentifier sourceResourceId = default, Azure.Core.ResourceIdentifier azureLoadTestingResourceId = default, string testId = default);
static member LoadTestMappingUpdateProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.LoadTesting.Models.LoadTestMappingUpdateProperties
Public Shared Function LoadTestMappingUpdateProperties (Optional sourceResourceId As ResourceIdentifier = Nothing, Optional azureLoadTestingResourceId As ResourceIdentifier = Nothing, Optional testId As String = Nothing) As LoadTestMappingUpdateProperties
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 LoadTestMappingUpdateProperties instance for mocking.