Udostępnij za pośrednictwem


ArmLoadTestingModelFactory.LoadTestingEndpointDependency Method

Definition

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