Share via


DevCenterNetworkConnectionResource.GetOutboundEnvironmentEndpoints Method

Definition

Lists the endpoints that agents may call as part of Dev Box service administration. These FQDNs should be allowed for outbound access in order for the Dev Box service to function.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/networkConnections/{networkConnectionName}/outboundNetworkDependenciesEndpoints
  • Operation Id: NetworkConnections_ListOutboundNetworkDependenciesEndpoints
public virtual Azure.Pageable<Azure.ResourceManager.DevCenter.Models.OutboundEnvironmentEndpoint> GetOutboundEnvironmentEndpoints (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundEnvironmentEndpoints : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevCenter.Models.OutboundEnvironmentEndpoint>
override this.GetOutboundEnvironmentEndpoints : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevCenter.Models.OutboundEnvironmentEndpoint>
Public Overridable Function GetOutboundEnvironmentEndpoints (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OutboundEnvironmentEndpoint)

Parameters

top
Nullable<Int32>

The maximum number of resources to return from the operation. Example: '$top=10'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to