Udostępnij za pośrednictwem


ArmLoadTestingModelFactory.LoadTestingEndpointDetail Method

Definition

Initializes a new instance of LoadTestingEndpointDetail.

public static Azure.ResourceManager.LoadTesting.Models.LoadTestingEndpointDetail LoadTestingEndpointDetail (int? port = default);
static member LoadTestingEndpointDetail : Nullable<int> -> Azure.ResourceManager.LoadTesting.Models.LoadTestingEndpointDetail
Public Shared Function LoadTestingEndpointDetail (Optional port As Nullable(Of Integer) = Nothing) As LoadTestingEndpointDetail

Parameters

port
Nullable<Int32>

The port an endpoint is connected to.

Returns

A new LoadTestingEndpointDetail instance for mocking.

Applies to