次の方法で共有


MetricsAdvisorAdministrationClient.DeleteHookAsync メソッド

定義

既存 NotificationHookの を削除します。

public virtual System.Threading.Tasks.Task<Azure.Response> DeleteHookAsync (string hookId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteHookAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteHookAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteHookAsync (hookId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

hookId
String

削除する の NotificationHook 一意識別子。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

操作の結果を含む Response です。

例外

hookId が null です。

hookId が空であるか、有効な GUID ではありません。

適用対象