Interface ExtensionTopic


public interface ExtensionTopic
An immutable client-side representation of ExtensionTopic.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description property: Description of the extension topic.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.ExtensionTopicInner object.
    Gets the name property: The name of the resource.
    com.azure.core.management.SystemData
    Gets the systemData property: The system metadata relating to Extension Topic resource.
    Gets the systemTopic property: System topic resource id which is mapped to the source.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system metadata relating to Extension Topic resource.
      Returns:
      the systemData value.
    • description

      String description()
      Gets the description property: Description of the extension topic.
      Returns:
      the description value.
    • systemTopic

      String systemTopic()
      Gets the systemTopic property: System topic resource id which is mapped to the source.
      Returns:
      the systemTopic value.
    • innerModel

      ExtensionTopicInner innerModel()
      Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.ExtensionTopicInner object.
      Returns:
      the inner object.