DatadogSingleSignOnCollection.GetAllAsync(CancellationToken) Method

Definition

List the single sign-on configurations for a given monitor resource.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/singleSignOnConfigurations.
  • Operation Id. : DatadogSingleSignOnResources_List.
  • Default Api Version. : 2025-12-26-preview.
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to