次の方法で共有


ActionGroupsOperationsExtensions.EnableReceiver メソッド

定義

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

public static void EnableReceiver(this Microsoft.Azure.Management.Monitor.IActionGroupsOperations operations, string resourceGroupName, string actionGroupName, string receiverName);
static member EnableReceiver : Microsoft.Azure.Management.Monitor.IActionGroupsOperations * string * string * string -> unit
<Extension()>
Public Sub EnableReceiver (operations As IActionGroupsOperations, resourceGroupName As String, actionGroupName As String, receiverName As String)

パラメーター

operations
IActionGroupsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

actionGroupName
String

アクション グループの名前。

receiverName
String

再送信する受信者の名前。

適用対象