次の方法で共有


NotificationRecipientUserOperationsExtensions.Delete メソッド

定義

通知の一覧から API Management ユーザーを削除します。

public static void Delete (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientUserOperations operations, string resourceGroupName, string serviceName, string notificationName, string userId);
static member Delete : Microsoft.Azure.Management.ApiManagement.INotificationRecipientUserOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As INotificationRecipientUserOperations, resourceGroupName As String, serviceName As String, notificationName As String, userId As String)

パラメーター

operations
INotificationRecipientUserOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

notificationName
String

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

userId
String

ユーザー識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

適用対象