Share via


EventChannels 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.EventChannelsInner>

public interface EventChannels
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventChannelsInner>

Type representing EventChannels.

Method Summary

Modifier and Type Method and Description
abstract rx.Completable deleteAsync(String resourceGroupName, String partnerNamespaceName, String eventChannelName)

Delete an event channel.

abstract rx.Observable<EventChannel> getAsync(String resourceGroupName, String partnerNamespaceName, String eventChannelName)

Get an event channel.

abstract rx.Observable<EventChannel> listByPartnerNamespaceAsync(String resourceGroupName, String partnerNamespaceName)

List event channels.

Method Details

deleteAsync

public abstract Completable deleteAsync(String resourceGroupName, String partnerNamespaceName, String eventChannelName)

Delete an event channel. Delete existing event channel.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
partnerNamespaceName - Name of the partner namespace.
eventChannelName - Name of the event channel.

Returns:

the observable for the request

getAsync

public abstract Observable<EventChannel> getAsync(String resourceGroupName, String partnerNamespaceName, String eventChannelName)

Get an event channel. Get properties of an event channel.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
partnerNamespaceName - Name of the partner namespace.
eventChannelName - Name of the event channel.

Returns:

the observable for the request

listByPartnerNamespaceAsync

public abstract Observable<EventChannel> listByPartnerNamespaceAsync(String resourceGroupName, String partnerNamespaceName)

List event channels. List all the event channels in a partner namespace.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
partnerNamespaceName - Name of the partner namespace.

Returns:

the observable for the request

Applies to