Freigeben über


DatadogSingleSignOnResourceCollection.GetAllAsync(CancellationToken) Methode

Definition

Listen Sie die Konfigurationen für einmaliges Anmelden für eine bestimmte Monitorressource auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/singleSignOnConfigurations
  • Vorgang IdSingleSignOnConfigurations_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Datadog.DatadogSingleSignOnResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Datadog.DatadogSingleSignOnResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Datadog.DatadogSingleSignOnResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DatadogSingleSignOnResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der DatadogSingleSignOnResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: