AttestationPrivateEndpointConnectionCollection.GetAll Method

Definition

List all the private endpoint connections associated with the attestation provider.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Attestation/attestationProviders/{providerName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_List
public virtual Azure.Pageable<Azure.ResourceManager.Attestation.AttestationPrivateEndpointConnectionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Attestation.AttestationPrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Attestation.AttestationPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AttestationPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to