SystemTopicEventSubscriptions Interface
Implements
public interface SystemTopicEventSubscriptions
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.SystemTopicEventSubscriptionsInner>
Type representing SystemTopicEventSubscriptions.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)
Delete an event subscription of a system topic. |
|
abstract
rx.Observable<System |
getAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)
Get an event subscription of a system topic. |
|
abstract
rx.Observable<Event |
getFullUrlAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)
Get full URL of an event subscription of a system topic. |
|
abstract
rx.Observable<System |
listBySystemTopicAsync(String resourceGroupName, String systemTopicName)
List event subscriptions of a system topic. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)
Delete an event subscription of a system topic. Delete an event subscription of a system topic.
Parameters:
Returns:
getAsync
public abstract Observable<SystemTopicEventSubscription> getAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)
Get an event subscription of a system topic. Get an event subscription.
Parameters:
Returns:
getFullUrlAsync
public abstract Observable<EventSubscriptionFullUrl> getFullUrlAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)
Get full URL of an event subscription of a system topic. Get the full endpoint URL for an event subscription of a system topic.
Parameters:
Returns:
listBySystemTopicAsync
public abstract Observable<SystemTopicEventSubscription> listBySystemTopicAsync(String resourceGroupName, String systemTopicName)
List event subscriptions of a system topic. List event subscriptions that belong to a specific system topic.
Parameters:
Returns: