Uses of Class
com.azure.resourcemanager.apimanagement.models.NotificationName
Packages that use NotificationName
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of NotificationName in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type NotificationNameModifier and TypeMethodDescriptionbooleanNotificationRecipientEmailsClient.checkEntityExists(String resourceGroupName, String serviceName, NotificationName notificationName, String email) Determine if Notification Recipient Email subscribed to the notification.booleanNotificationRecipientUsersClient.checkEntityExists(String resourceGroupName, String serviceName, NotificationName notificationName, String userId) Determine if the Notification Recipient User is subscribed to the notification.booleanWorkspaceNotificationRecipientEmailsClient.checkEntityExists(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email) Determine if Notification Recipient Email subscribed to the notification.booleanWorkspaceNotificationRecipientUsersClient.checkEntityExists(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId) Determine if the Notification Recipient User is subscribed to the notification.com.azure.core.http.rest.Response<Boolean> NotificationRecipientEmailsClient.checkEntityExistsWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String email, com.azure.core.util.Context context) Determine if Notification Recipient Email subscribed to the notification.com.azure.core.http.rest.Response<Boolean> NotificationRecipientUsersClient.checkEntityExistsWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String userId, com.azure.core.util.Context context) Determine if the Notification Recipient User is subscribed to the notification.com.azure.core.http.rest.Response<Boolean> WorkspaceNotificationRecipientEmailsClient.checkEntityExistsWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email, com.azure.core.util.Context context) Determine if Notification Recipient Email subscribed to the notification.com.azure.core.http.rest.Response<Boolean> WorkspaceNotificationRecipientUsersClient.checkEntityExistsWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId, com.azure.core.util.Context context) Determine if the Notification Recipient User is subscribed to the notification.NotificationRecipientEmailsClient.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName, String email) Adds the Email address to the list of Recipients for the Notification.NotificationRecipientUsersClient.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName, String userId) Adds the API Management User to the list of Recipients for the Notification.NotificationsClient.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName) Create or Update API Management publisher notification.WorkspaceNotificationRecipientEmailsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email) Adds the Email address to the list of Recipients for the Notification.WorkspaceNotificationRecipientUsersClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId) Adds the API Management User to the list of Recipients for the Notification.WorkspaceNotificationsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Create or Update API Management publisher notification for the workspace.com.azure.core.http.rest.Response<RecipientEmailContractInner> NotificationRecipientEmailsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String email, com.azure.core.util.Context context) Adds the Email address to the list of Recipients for the Notification.com.azure.core.http.rest.Response<RecipientUserContractInner> NotificationRecipientUsersClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String userId, com.azure.core.util.Context context) Adds the API Management User to the list of Recipients for the Notification.com.azure.core.http.rest.Response<NotificationContractInner> NotificationsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String ifMatch, com.azure.core.util.Context context) Create or Update API Management publisher notification.com.azure.core.http.rest.Response<RecipientEmailContractInner> WorkspaceNotificationRecipientEmailsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email, com.azure.core.util.Context context) Adds the Email address to the list of Recipients for the Notification.com.azure.core.http.rest.Response<RecipientUserContractInner> WorkspaceNotificationRecipientUsersClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId, com.azure.core.util.Context context) Adds the API Management User to the list of Recipients for the Notification.com.azure.core.http.rest.Response<NotificationContractInner> WorkspaceNotificationsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String ifMatch, com.azure.core.util.Context context) Create or Update API Management publisher notification for the workspace.voidNotificationRecipientEmailsClient.delete(String resourceGroupName, String serviceName, NotificationName notificationName, String email) Removes the email from the list of Notification.voidNotificationRecipientUsersClient.delete(String resourceGroupName, String serviceName, NotificationName notificationName, String userId) Removes the API Management user from the list of Notification.voidWorkspaceNotificationRecipientEmailsClient.delete(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email) Removes the email from the list of Notification.voidWorkspaceNotificationRecipientUsersClient.delete(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId) Removes the API Management user from the list of Notification.com.azure.core.http.rest.Response<Void> NotificationRecipientEmailsClient.deleteWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String email, com.azure.core.util.Context context) Removes the email from the list of Notification.com.azure.core.http.rest.Response<Void> NotificationRecipientUsersClient.deleteWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String userId, com.azure.core.util.Context context) Removes the API Management user from the list of Notification.com.azure.core.http.rest.Response<Void> WorkspaceNotificationRecipientEmailsClient.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email, com.azure.core.util.Context context) Removes the email from the list of Notification.com.azure.core.http.rest.Response<Void> WorkspaceNotificationRecipientUsersClient.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId, com.azure.core.util.Context context) Removes the API Management user from the list of Notification.NotificationsClient.get(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the details of the Notification specified by its identifier.WorkspaceNotificationsClient.get(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the details of the Notification specified by its identifier.com.azure.core.http.rest.Response<NotificationContractInner> NotificationsClient.getWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, com.azure.core.util.Context context) Gets the details of the Notification specified by its identifier.com.azure.core.http.rest.Response<NotificationContractInner> WorkspaceNotificationsClient.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, com.azure.core.util.Context context) Gets the details of the Notification specified by its identifier.NotificationRecipientEmailsClient.listByNotification(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the list of the Notification Recipient Emails subscribed to a notification.NotificationRecipientUsersClient.listByNotification(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the list of the Notification Recipient User subscribed to the notification.WorkspaceNotificationRecipientEmailsClient.listByNotification(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the list of the Notification Recipient Emails subscribed to a notification.WorkspaceNotificationRecipientUsersClient.listByNotification(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the list of the Notification Recipient User subscribed to the notification.com.azure.core.http.rest.Response<RecipientEmailCollectionInner> NotificationRecipientEmailsClient.listByNotificationWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient Emails subscribed to a notification.com.azure.core.http.rest.Response<RecipientUserCollectionInner> NotificationRecipientUsersClient.listByNotificationWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient User subscribed to the notification.com.azure.core.http.rest.Response<RecipientEmailCollectionInner> WorkspaceNotificationRecipientEmailsClient.listByNotificationWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient Emails subscribed to a notification.com.azure.core.http.rest.Response<RecipientUserCollectionInner> WorkspaceNotificationRecipientUsersClient.listByNotificationWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient User subscribed to the notification. -
Uses of NotificationName in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as NotificationNameModifier and TypeFieldDescriptionstatic final NotificationNameNotificationName.ACCOUNT_CLOSED_PUBLISHERStatic value AccountClosedPublisher for NotificationName.static final NotificationNameNotificationName.BCCStatic value BCC for NotificationName.static final NotificationNameNotificationName.NEW_APPLICATION_NOTIFICATION_MESSAGEStatic value NewApplicationNotificationMessage for NotificationName.static final NotificationNameNotificationName.NEW_ISSUE_PUBLISHER_NOTIFICATION_MESSAGEStatic value NewIssuePublisherNotificationMessage for NotificationName.static final NotificationNameNotificationName.PURCHASE_PUBLISHER_NOTIFICATION_MESSAGEStatic value PurchasePublisherNotificationMessage for NotificationName.static final NotificationNameNotificationName.QUOTA_LIMIT_APPROACHING_PUBLISHER_NOTIFICATION_MESSAGEStatic value QuotaLimitApproachingPublisherNotificationMessage for NotificationName.static final NotificationNameNotificationName.REQUEST_PUBLISHER_NOTIFICATION_MESSAGEStatic value RequestPublisherNotificationMessage for NotificationName.Methods in com.azure.resourcemanager.apimanagement.models that return NotificationNameModifier and TypeMethodDescriptionstatic NotificationNameNotificationName.fromString(String name) Creates or finds a NotificationName from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type NotificationNameModifier and TypeMethodDescriptionstatic Collection<NotificationName> NotificationName.values()Gets known NotificationName values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type NotificationNameModifier and TypeMethodDescriptionbooleanNotificationRecipientEmails.checkEntityExists(String resourceGroupName, String serviceName, NotificationName notificationName, String email) Determine if Notification Recipient Email subscribed to the notification.booleanNotificationRecipientUsers.checkEntityExists(String resourceGroupName, String serviceName, NotificationName notificationName, String userId) Determine if the Notification Recipient User is subscribed to the notification.booleanWorkspaceNotificationRecipientEmails.checkEntityExists(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email) Determine if Notification Recipient Email subscribed to the notification.booleanWorkspaceNotificationRecipientUsers.checkEntityExists(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId) Determine if the Notification Recipient User is subscribed to the notification.com.azure.core.http.rest.Response<Boolean> NotificationRecipientEmails.checkEntityExistsWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String email, com.azure.core.util.Context context) Determine if Notification Recipient Email subscribed to the notification.com.azure.core.http.rest.Response<Boolean> NotificationRecipientUsers.checkEntityExistsWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String userId, com.azure.core.util.Context context) Determine if the Notification Recipient User is subscribed to the notification.com.azure.core.http.rest.Response<Boolean> WorkspaceNotificationRecipientEmails.checkEntityExistsWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email, com.azure.core.util.Context context) Determine if Notification Recipient Email subscribed to the notification.com.azure.core.http.rest.Response<Boolean> WorkspaceNotificationRecipientUsers.checkEntityExistsWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId, com.azure.core.util.Context context) Determine if the Notification Recipient User is subscribed to the notification.NotificationRecipientEmails.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName, String email) Adds the Email address to the list of Recipients for the Notification.NotificationRecipientUsers.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName, String userId) Adds the API Management User to the list of Recipients for the Notification.Notifications.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName) Create or Update API Management publisher notification.WorkspaceNotificationRecipientEmails.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email) Adds the Email address to the list of Recipients for the Notification.WorkspaceNotificationRecipientUsers.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId) Adds the API Management User to the list of Recipients for the Notification.WorkspaceNotifications.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Create or Update API Management publisher notification for the workspace.com.azure.core.http.rest.Response<RecipientEmailContract> NotificationRecipientEmails.createOrUpdateWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String email, com.azure.core.util.Context context) Adds the Email address to the list of Recipients for the Notification.com.azure.core.http.rest.Response<RecipientUserContract> NotificationRecipientUsers.createOrUpdateWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String userId, com.azure.core.util.Context context) Adds the API Management User to the list of Recipients for the Notification.com.azure.core.http.rest.Response<NotificationContract> Notifications.createOrUpdateWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String ifMatch, com.azure.core.util.Context context) Create or Update API Management publisher notification.com.azure.core.http.rest.Response<RecipientEmailContract> WorkspaceNotificationRecipientEmails.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email, com.azure.core.util.Context context) Adds the Email address to the list of Recipients for the Notification.com.azure.core.http.rest.Response<RecipientUserContract> WorkspaceNotificationRecipientUsers.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId, com.azure.core.util.Context context) Adds the API Management User to the list of Recipients for the Notification.com.azure.core.http.rest.Response<NotificationContract> WorkspaceNotifications.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String ifMatch, com.azure.core.util.Context context) Create or Update API Management publisher notification for the workspace.voidNotificationRecipientEmails.delete(String resourceGroupName, String serviceName, NotificationName notificationName, String email) Removes the email from the list of Notification.voidNotificationRecipientUsers.delete(String resourceGroupName, String serviceName, NotificationName notificationName, String userId) Removes the API Management user from the list of Notification.voidWorkspaceNotificationRecipientEmails.delete(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email) Removes the email from the list of Notification.voidWorkspaceNotificationRecipientUsers.delete(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId) Removes the API Management user from the list of Notification.com.azure.core.http.rest.Response<Void> NotificationRecipientEmails.deleteWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String email, com.azure.core.util.Context context) Removes the email from the list of Notification.com.azure.core.http.rest.Response<Void> NotificationRecipientUsers.deleteWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String userId, com.azure.core.util.Context context) Removes the API Management user from the list of Notification.com.azure.core.http.rest.Response<Void> WorkspaceNotificationRecipientEmails.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String email, com.azure.core.util.Context context) Removes the email from the list of Notification.com.azure.core.http.rest.Response<Void> WorkspaceNotificationRecipientUsers.deleteWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String userId, com.azure.core.util.Context context) Removes the API Management user from the list of Notification.Notifications.get(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the details of the Notification specified by its identifier.WorkspaceNotifications.get(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the details of the Notification specified by its identifier.com.azure.core.http.rest.Response<NotificationContract> Notifications.getWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, com.azure.core.util.Context context) Gets the details of the Notification specified by its identifier.com.azure.core.http.rest.Response<NotificationContract> WorkspaceNotifications.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, com.azure.core.util.Context context) Gets the details of the Notification specified by its identifier.NotificationRecipientEmails.listByNotification(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the list of the Notification Recipient Emails subscribed to a notification.NotificationRecipientUsers.listByNotification(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the list of the Notification Recipient User subscribed to the notification.WorkspaceNotificationRecipientEmails.listByNotification(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the list of the Notification Recipient Emails subscribed to a notification.WorkspaceNotificationRecipientUsers.listByNotification(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the list of the Notification Recipient User subscribed to the notification.com.azure.core.http.rest.Response<RecipientEmailCollection> NotificationRecipientEmails.listByNotificationWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient Emails subscribed to a notification.com.azure.core.http.rest.Response<RecipientUserCollection> NotificationRecipientUsers.listByNotificationWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient User subscribed to the notification.com.azure.core.http.rest.Response<RecipientEmailCollection> WorkspaceNotificationRecipientEmails.listByNotificationWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient Emails subscribed to a notification.com.azure.core.http.rest.Response<RecipientUserCollection> WorkspaceNotificationRecipientUsers.listByNotificationWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient User subscribed to the notification.