Uses of Interface
com.azure.resourcemanager.apimanagement.models.RecipientEmailContract
Packages that use RecipientEmailContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of RecipientEmailContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RecipientEmailContractModifier and TypeMethodDescriptionNotificationRecipientEmails.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName, String email) Adds the Email address to the list of Recipients for the 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.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type RecipientEmailContractModifier and TypeMethodDescriptioncom.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<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.RecipientEmailCollection.value()Gets the value property: Page values.