Class ExtensionTopicInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.eventgrid.fluent.models.ExtensionTopicInner

public final class ExtensionTopicInner extends com.azure.core.management.ProxyResource
Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources.
  • Constructor Details

    • ExtensionTopicInner

      public ExtensionTopicInner()
  • Method Details

    • systemData

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

      public String description()
      Get the description property: Description of the extension topic.
      Returns:
      the description value.
    • withDescription

      public ExtensionTopicInner withDescription(String description)
      Set the description property: Description of the extension topic.
      Parameters:
      description - the description value to set.
      Returns:
      the ExtensionTopicInner object itself.
    • systemTopic

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

      public ExtensionTopicInner withSystemTopic(String systemTopic)
      Set the systemTopic property: System topic resource id which is mapped to the source.
      Parameters:
      systemTopic - the systemTopic value to set.
      Returns:
      the ExtensionTopicInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.