Share via


ExtensionTopic Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.ExtensionTopicInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

public interface ExtensionTopic
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.ExtensionTopicInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

Type representing ExtensionTopic.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String description()
abstract java.lang.String id()
abstract java.lang.String name()
abstract java.lang.String systemTopic()
abstract java.lang.String type()

Method Details

description

public abstract String description()

Returns:

the description value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

systemTopic

public abstract String systemTopic()

Returns:

the systemTopic value.

type

public abstract String type()

Returns:

the type value.

Applies to