Share via


DatadogSingleSignOnResource.Get(CancellationToken) Method

Definition

Gets the datadog single sign-on resource for the given Monitor.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to