Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.RecipientUserContractInner
Packages that use RecipientUserContractInner
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 RecipientUserContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return RecipientUserContractInnerModifier and TypeMethodDescriptionNotificationRecipientUsersClient.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName, String userId) Adds the API Management User to the list of Recipients for the Notification.WorkspaceNotificationRecipientUsersClient.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.fluent that return types with arguments of type RecipientUserContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<RecipientUserContractInner> NotificationRecipientUsersClient.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<RecipientUserContractInner> WorkspaceNotificationRecipientUsersClient.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. -
Uses of RecipientUserContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return RecipientUserContractInnerModifier and TypeMethodDescriptionstatic RecipientUserContractInnerRecipientUserContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecipientUserContractInner from the JsonReader.RecipientUserContractInner.withUserId(String userId) Set the userId property: API Management UserId subscribed to notification.Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type RecipientUserContractInnerModifier and TypeMethodDescriptionRecipientUserCollectionInner.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type RecipientUserContractInnerModifier and TypeMethodDescriptionRecipientUserCollectionInner.withValue(List<RecipientUserContractInner> value) Set the value property: Page values. -
Uses of RecipientUserContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RecipientUserContractInnerModifier and TypeMethodDescriptionRecipientUserContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.RecipientUserContractInner object.