Share via


INotificationOperations Interface

Definition

NotificationOperations operations.

public interface INotificationOperations
type INotificationOperations = interface
Public Interface INotificationOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Create or Update API Management publisher notification.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the details of the Notification specified by its identifier.

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of properties defined within a service instance.

ListByServiceWithHttpMessagesAsync(String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of properties defined within a service instance.

Extension Methods

CreateOrUpdate(INotificationOperations, String, String, String, String)

Create or Update API Management publisher notification.

CreateOrUpdateAsync(INotificationOperations, String, String, String, String, CancellationToken)

Create or Update API Management publisher notification.

Get(INotificationOperations, String, String, String)

Gets the details of the Notification specified by its identifier.

GetAsync(INotificationOperations, String, String, String, CancellationToken)

Gets the details of the Notification specified by its identifier.

ListByService(INotificationOperations, String, String, Nullable<Int32>, Nullable<Int32>)

Lists a collection of properties defined within a service instance.

ListByServiceAsync(INotificationOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists a collection of properties defined within a service instance.

ListByServiceNext(INotificationOperations, String)

Lists a collection of properties defined within a service instance.

ListByServiceNextAsync(INotificationOperations, String, CancellationToken)

Lists a collection of properties defined within a service instance.

Applies to