次の方法で共有


ActionGroupResource.EnableReceiverAsync メソッド

定義

アクション グループでレシーバーを有効にします。 これにより、受信者の状態が [無効] から [有効] に変更されます。 この操作は、Emailまたは SMS レシーバーでのみサポートされます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}/subscribe
  • 操作IdActionGroups_EnableReceiver
public virtual System.Threading.Tasks.Task<Azure.Response> EnableReceiverAsync (Azure.ResourceManager.Monitor.Models.ActionGroupEnableContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member EnableReceiverAsync : Azure.ResourceManager.Monitor.Models.ActionGroupEnableContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.EnableReceiverAsync : Azure.ResourceManager.Monitor.Models.ActionGroupEnableContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function EnableReceiverAsync (content As ActionGroupEnableContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

content
ActionGroupEnableContent

再び有効にするレシーバー。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象