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