ApiManagementNotificationResource.CheckNotificationRecipientEmailEntityExists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determine if Notification Recipient Email subscribed to the notification.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientEmails/{email}
- Operation Id: NotificationRecipientEmail_CheckEntityExists
- Default Api Version: 2023-03-01-preview
public virtual Azure.Response<bool> CheckNotificationRecipientEmailEntityExists (string email, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckNotificationRecipientEmailEntityExists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.CheckNotificationRecipientEmailEntityExists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function CheckNotificationRecipientEmailEntityExists (email As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)
Parameters
- String
Email identifier.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
email
is an empty string, and was expected to be non-empty.
email
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET