Uses of Class
com.azure.resourcemanager.apimanagement.models.RecipientsContractProperties
Packages that use RecipientsContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of RecipientsContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return RecipientsContractPropertiesModifier and TypeMethodDescriptionNotificationContractInner.recipients()Get the recipients property: Recipient Parameter values.NotificationContractProperties.recipients()Get the recipients property: Recipient Parameter values.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type RecipientsContractPropertiesModifier and TypeMethodDescriptionNotificationContractInner.withRecipients(RecipientsContractProperties recipients) Set the recipients property: Recipient Parameter values.NotificationContractProperties.withRecipients(RecipientsContractProperties recipients) Set the recipients property: Recipient Parameter values. -
Uses of RecipientsContractProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RecipientsContractPropertiesModifier and TypeMethodDescriptionstatic RecipientsContractPropertiesRecipientsContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecipientsContractProperties from the JsonReader.NotificationContract.recipients()Gets the recipients property: Recipient Parameter values.RecipientsContractProperties.withEmails(List<String> emails) Set the emails property: List of Emails subscribed for the notification.Set the users property: List of Users subscribed for the notification.