DatadogSingleSignOnCollection.GetAll(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.Pageable<Azure.ResourceManager.Datadog.DatadogSingleSignOnResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Datadog.DatadogSingleSignOnResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Datadog.DatadogSingleSignOnResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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