Dela via


PartnerTopics Interface

Implements

com.microsoft.azure.arm.collection.SupportsListing<PartnerTopic> com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerTopicsInner> com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup<PartnerTopic> com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup<PartnerTopic>

public interface PartnerTopics
extends com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion, com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup<PartnerTopic>, com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup<PartnerTopic>, com.microsoft.azure.arm.collection.SupportsListing<PartnerTopic>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerTopicsInner>

Type representing PartnerTopics.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<PartnerTopic> activateAsync(String resourceGroupName, String partnerTopicName)

Activate a partner topic.

abstract rx.Observable<PartnerTopic> deactivateAsync(String resourceGroupName, String partnerTopicName)

Deactivate a partner topic.

Method Details

activateAsync

public abstract Observable<PartnerTopic> activateAsync(String resourceGroupName, String partnerTopicName)

Activate a partner topic. Activate a newly created partner topic.

Parameters:

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

Returns:

the observable for the request

deactivateAsync

public abstract Observable<PartnerTopic> deactivateAsync(String resourceGroupName, String partnerTopicName)

Deactivate a partner topic. Deactivate specific partner topic.

Parameters:

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

Returns:

the observable for the request

Applies to