ArmLoadTestingModelFactory.LoadTestingEndpointDependency 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.
Initializes a new instance of LoadTestingEndpointDependency.
public static Azure.ResourceManager.LoadTesting.Models.LoadTestingEndpointDependency LoadTestingEndpointDependency (string domainName = default, string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.LoadTesting.Models.LoadTestingEndpointDetail> endpointDetails = default);
static member LoadTestingEndpointDependency : string * string * seq<Azure.ResourceManager.LoadTesting.Models.LoadTestingEndpointDetail> -> Azure.ResourceManager.LoadTesting.Models.LoadTestingEndpointDependency
Public Shared Function LoadTestingEndpointDependency (Optional domainName As String = Nothing, Optional description As String = Nothing, Optional endpointDetails As IEnumerable(Of LoadTestingEndpointDetail) = Nothing) As LoadTestingEndpointDependency
Parameters
- domainName
- String
The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
- description
- String
Human-readable supplemental information about the dependency and when it is applicable.
- endpointDetails
- IEnumerable<LoadTestingEndpointDetail>
The list of connection details for this endpoint.
Returns
A new LoadTestingEndpointDependency instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET