PartnerTopic Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerTopicInner> com.microsoft.azure.arm.model.Refreshable<PartnerTopic> com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.GroupableResourceCore<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager,com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerTopicInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager> com.microsoft.azure.arm.resources.models.HasResourceGroup com.microsoft.azure.arm.resources.models.Resource

public interface PartnerTopic
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerTopicInner>, com.microsoft.azure.arm.resources.models.Resource, com.microsoft.azure.arm.resources.models.GroupableResourceCore<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager,com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.PartnerTopicInner>, com.microsoft.azure.arm.resources.models.HasResourceGroup, com.microsoft.azure.arm.model.Refreshable<PartnerTopic>, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

Type representing PartnerTopic.

Method Summary

Modifier and Type Method and Description
abstract PartnerTopicActivationState activationState()
abstract PartnerTopicProvisioningState provisioningState()
abstract java.lang.String source()

Method Details

activationState

public abstract PartnerTopicActivationState activationState()

Returns:

the activationState value.

provisioningState

public abstract PartnerTopicProvisioningState provisioningState()

Returns:

the provisioningState value.

source

public abstract String source()

Returns:

the source value.

Applies to