Uses of Interface
com.azure.resourcemanager.apimanagement.models.NotificationContract
Packages that use NotificationContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of NotificationContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return NotificationContractModifier and TypeMethodDescriptionNotifications.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName) Create or Update API Management publisher notification.WorkspaceNotifications.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Create or Update API Management publisher notification for the workspace.Notifications.get(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the details of the Notification specified by its identifier.WorkspaceNotifications.get(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the details of the Notification specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type NotificationContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<NotificationContract> Notifications.createOrUpdateWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String ifMatch, com.azure.core.util.Context context) Create or Update API Management publisher notification.com.azure.core.http.rest.Response<NotificationContract> WorkspaceNotifications.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String ifMatch, com.azure.core.util.Context context) Create or Update API Management publisher notification for the workspace.com.azure.core.http.rest.Response<NotificationContract> Notifications.getWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, com.azure.core.util.Context context) Gets the details of the Notification specified by its identifier.com.azure.core.http.rest.Response<NotificationContract> WorkspaceNotifications.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, com.azure.core.util.Context context) Gets the details of the Notification specified by its identifier.com.azure.core.http.rest.PagedIterable<NotificationContract> Notifications.listByService(String resourceGroupName, String serviceName) Lists a collection of properties defined within a service instance.com.azure.core.http.rest.PagedIterable<NotificationContract> Notifications.listByService(String resourceGroupName, String serviceName, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of properties defined within a service instance.com.azure.core.http.rest.PagedIterable<NotificationContract> WorkspaceNotifications.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of properties defined within a service instance.com.azure.core.http.rest.PagedIterable<NotificationContract> WorkspaceNotifications.listByService(String resourceGroupName, String serviceName, String workspaceId, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of properties defined within a service instance.