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