次の方法で共有


NotificationRecipientEmailOperationsExtensions.CreateOrUpdate メソッド

定義

通知の受信者の一覧にメール アドレスを追加します。

public static Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations operations, string resourceGroupName, string serviceName, string notificationName, string email);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailContract
<Extension()>
Public Function CreateOrUpdate (operations As INotificationRecipientEmailOperations, resourceGroupName As String, serviceName As String, notificationName As String, email As String) As RecipientEmailContract

パラメーター

operations
INotificationRecipientEmailOperations

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

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

notificationName
String

通知名識別子。 指定できる値は、'RequestPublisherNotificationMessage'、'PurchasePublisherNotificationMessage'、'NewApplicationNotificationMessage'、'BCC'、'NewIssuePublisherNotificationMessage'、'AccountClosedPublisher'、'QuotaLimitApproachingPublisherNotificationMessage' です。

email
String

Email識別子。

戻り値

適用対象