Condividi tramite


AttestationPrivateEndpointConnectionCollection.GetAllAsync 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.AsyncPageable<Azure.ResourceManager.Attestation.AttestationPrivateEndpointConnectionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Attestation.AttestationPrivateEndpointConnectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Attestation.AttestationPrivateEndpointConnectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AttestationPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to