Uses of Interface
com.azure.resourcemanager.apimanagement.models.RecipientEmailCollection
Packages that use RecipientEmailCollection
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of RecipientEmailCollection in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RecipientEmailCollectionModifier and TypeMethodDescriptionNotificationRecipientEmails.listByNotification(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the list of the Notification Recipient Emails subscribed to a notification.WorkspaceNotificationRecipientEmails.listByNotification(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the list of the Notification Recipient Emails subscribed to a notification.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type RecipientEmailCollectionModifier and TypeMethodDescriptioncom.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<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.