Interface ExtensionTopic


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

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

      • 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 the 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.