次の方法で共有


DatadogMonitorResource.SetDefaultKeyAsync メソッド

定義

既定の API キーを設定します。

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

パラメーター

body
DatadogApiKey

使用する DatadogApiKey。

cancellationToken
CancellationToken

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

戻り値

適用対象