Dela via


SystemTopicEventSubscriptions Interface

Implements

com.microsoft.azure.arm.collection.SupportsCreating<Blank> com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.SystemTopicEventSubscriptionsInner>

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<SystemTopicEventSubscription> getAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)

Get an event subscription of a system topic.

abstract rx.Observable<EventSubscriptionFullUrl> getFullUrlAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)

Get full URL of an event subscription of a system topic.

abstract rx.Observable<SystemTopicEventSubscription> 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:

resourceGroupName - The name of the resource group within the user's subscription.
systemTopicName - Name of the system topic.
eventSubscriptionName - Name of the event subscription to be created. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.

Returns:

the observable for the request

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:

resourceGroupName - The name of the resource group within the user's subscription.
systemTopicName - Name of the system topic.
eventSubscriptionName - Name of the event subscription to be created. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.

Returns:

the observable for the request

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:

resourceGroupName - The name of the resource group within the user's subscription.
systemTopicName - Name of the system topic.
eventSubscriptionName - Name of the event subscription to be created. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.

Returns:

the observable for the request

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:

resourceGroupName - The name of the resource group within the user's subscription.
systemTopicName - Name of the system topic.

Returns:

the observable for the request

Applies to