DatadogMonitorResource.RefreshSetPasswordLink(CancellationToken) Method

Definition

Refresh the set password link and return a latest one.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to