Uses of Interface
com.azure.resourcemanager.apimanagement.models.RecipientUserContract
Packages that use RecipientUserContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of RecipientUserContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RecipientUserContractModifier and TypeMethodDescriptionNotificationRecipientUsers.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName, String userId) Adds the API Management User 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.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type RecipientUserContractModifier and TypeMethodDescriptioncom.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<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.RecipientUserCollection.value()Gets the value property: Page values.