다음을 통해 공유


NotificationOperationsExtensions Class

Definition

Extension methods for NotificationOperations.

public static class NotificationOperationsExtensions
type NotificationOperationsExtensions = class
Public Module NotificationOperationsExtensions
Inheritance
NotificationOperationsExtensions

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