Interface DomainTopic


  • public interface DomainTopic
    An immutable client-side representation of DomainTopic.
    • 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 Domain Topic resource.
        Returns:
        the systemData value.
      • provisioningState

        DomainTopicProvisioningState provisioningState()
        Gets the provisioningState property: Provisioning state of the domain topic.
        Returns:
        the provisioningState value.
      • innerModel

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