NotificationRecipientEmailOperationsExtensions.Delete Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime l’e-mail de la liste de la notification.
public static void Delete (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations operations, string resourceGroupName, string serviceName, string notificationName, string email);
static member Delete : Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As INotificationRecipientEmailOperations, resourceGroupName As String, serviceName As String, notificationName As String, email As String)
Paramètres
- operations
- INotificationRecipientEmailOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service Gestion des API.
- notificationName
- String
Identificateur de nom de notification. Les valeurs possibles sont les suivantes : « RequestPublisherNotificationMessage », « PurchasePublisherNotificationMessage », « NewApplicationNotificationMessage », « BCC », « NewIssuePublisherNotificationMessage », « AccountClosedPublisher », « QuotaLimitApproachingPublisherNotificationMessage »
- String
identificateur Email.
S’applique à
Azure SDK for .NET