Dela via


DomainTopics 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.DomainTopicsInner>

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

Type representing DomainTopics.

Method Summary

Modifier and Type Method and Description
abstract rx.Completable deleteAsync(String resourceGroupName, String domainName, String domainTopicName)

Delete a domain topic.

abstract rx.Observable<DomainTopic> getAsync(String resourceGroupName, String domainName, String domainTopicName)

Get a domain topic.

abstract rx.Observable<DomainTopic> listByDomainAsync(String resourceGroupName, String domainName)

List domain topics.

Method Details

deleteAsync

public abstract Completable deleteAsync(String resourceGroupName, String domainName, String domainTopicName)

Delete a domain topic. Delete existing domain topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
domainName - Name of the domain.
domainTopicName - Name of the domain topic.

Returns:

the observable for the request

getAsync

public abstract Observable<DomainTopic> getAsync(String resourceGroupName, String domainName, String domainTopicName)

Get a domain topic. Get properties of a domain topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
domainName - Name of the domain.
domainTopicName - Name of the topic.

Returns:

the observable for the request

listByDomainAsync

public abstract Observable<DomainTopic> listByDomainAsync(String resourceGroupName, String domainName)

List domain topics. List all the topics in a domain.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
domainName - Domain name.

Returns:

the observable for the request

Applies to