DatadogMonitorResource.SetDefaultKeyAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既定の 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
使用する取り消しトークン。