Freigeben über


AttestationProviderCollection.GetAllAsync(CancellationToken) Methode

Definition

Gibt die Liste der Nachweisanbieter in einer Ressourcengruppe zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Attestation/attestationProviders
  • Vorgangs-IdAttestationProviders_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.Attestation.AttestationProviderResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Attestation.AttestationProviderResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Attestation.AttestationProviderResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AttestationProviderResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von AttestationProviderResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: