LoadTestingResource.GetOutboundNetworkDependenciesEndpoints Method

Definition

Lists the endpoints that agents may call as part of load testing.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}/outboundNetworkDependenciesEndpoints
  • Operation Id: LoadTests_ListOutboundNetworkDependenciesEndpoints
public virtual Azure.Pageable<Azure.ResourceManager.LoadTesting.Models.LoadTestingOutboundEnvironmentEndpoint> GetOutboundNetworkDependenciesEndpoints (System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundNetworkDependenciesEndpoints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LoadTesting.Models.LoadTestingOutboundEnvironmentEndpoint>
override this.GetOutboundNetworkDependenciesEndpoints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LoadTesting.Models.LoadTestingOutboundEnvironmentEndpoint>
Public Overridable Function GetOutboundNetworkDependenciesEndpoints (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LoadTestingOutboundEnvironmentEndpoint)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of LoadTestingOutboundEnvironmentEndpoint that may take multiple service requests to iterate over.

Applies to