次の方法で共有


DatadogMonitorResource.RefreshSetPasswordLinkAsync(CancellationToken) メソッド

定義

設定したパスワード リンクを更新し、最新のリンクを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/refreshSetPasswordLink
  • 操作IdMonitors_RefreshSetPasswordLink
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Datadog.Models.DatadogSetPasswordLink>> RefreshSetPasswordLinkAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member RefreshSetPasswordLinkAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Datadog.Models.DatadogSetPasswordLink>>
override this.RefreshSetPasswordLinkAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Datadog.Models.DatadogSetPasswordLink>>
Public Overridable Function RefreshSetPasswordLinkAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DatadogSetPasswordLink))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象