DatadogMonitorResource.GetDatadogSingleSignOn Method

Definition

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

public virtual Azure.Response<Azure.ResourceManager.Datadog.DatadogSingleSignOnResource> GetDatadogSingleSignOn(string configurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDatadogSingleSignOn : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Datadog.DatadogSingleSignOnResource>
override this.GetDatadogSingleSignOn : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Datadog.DatadogSingleSignOnResource>
Public Overridable Function GetDatadogSingleSignOn (configurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DatadogSingleSignOnResource)

Parameters

configurationName
String

Configuration name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

configurationName is null.

configurationName is an empty string, and was expected to be non-empty.

Applies to