Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.RecipientEmailContractInner
Packages that use RecipientEmailContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of RecipientEmailContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return RecipientEmailContractInnerModifier and TypeMethodDescriptionNotificationRecipientEmailsClient.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName, String email) Adds the Email address to the list of Recipients for the 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.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type RecipientEmailContractInnerModifier and TypeMethodDescriptioncom.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<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. -
Uses of RecipientEmailContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return RecipientEmailContractInnerModifier and TypeMethodDescriptionstatic RecipientEmailContractInnerRecipientEmailContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecipientEmailContractInner from the JsonReader.Set the email property: User Email subscribed to notification.Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type RecipientEmailContractInnerModifier and TypeMethodDescriptionRecipientEmailCollectionInner.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type RecipientEmailContractInnerModifier and TypeMethodDescriptionRecipientEmailCollectionInner.withValue(List<RecipientEmailContractInner> value) Set the value property: Page values. -
Uses of RecipientEmailContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RecipientEmailContractInnerModifier and TypeMethodDescriptionRecipientEmailContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.RecipientEmailContractInner object.