DevCenterNetworkConnectionResource.GetOutboundEnvironmentEndpointsAsync 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.
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.AsyncPageable<Azure.ResourceManager.DevCenter.Models.OutboundEnvironmentEndpoint> GetOutboundEnvironmentEndpointsAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundEnvironmentEndpointsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevCenter.Models.OutboundEnvironmentEndpoint>
override this.GetOutboundEnvironmentEndpointsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevCenter.Models.OutboundEnvironmentEndpoint>
Public Overridable Function GetOutboundEnvironmentEndpointsAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OutboundEnvironmentEndpoint)
Parameters
The maximum number of resources to return from the operation. Example: '$top=10'.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of OutboundEnvironmentEndpoint that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET