Share via


MonitorPrivateEndpointConnectionCollection.GetAll(CancellationToken) Method

Definition

Gets all private endpoint connections on a private link scope.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_ListByPrivateLinkScope
  • Default Api Version: 2021-07-01-preview
  • Resource: MonitorPrivateEndpointConnectionResource
public virtual Azure.Pageable<Azure.ResourceManager.Monitor.MonitorPrivateEndpointConnectionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.MonitorPrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.MonitorPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MonitorPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to