Interface TopicTypeInfo


public interface TopicTypeInfo
An immutable client-side representation of TopicTypeInfo.
  • 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.
    • provider

      String provider()
      Gets the provider property: Namespace of the provider of the topic type.
      Returns:
      the provider value.
    • displayName

      String displayName()
      Gets the displayName property: Display Name for the topic type.
      Returns:
      the displayName value.
    • description

      String description()
      Gets the description property: Description of the topic type.
      Returns:
      the description value.
    • resourceRegionType

      ResourceRegionType resourceRegionType()
      Gets the resourceRegionType property: Region type of the resource.
      Returns:
      the resourceRegionType value.
    • provisioningState

      TopicTypeProvisioningState provisioningState()
      Gets the provisioningState property: Provisioning state of the topic type.
      Returns:
      the provisioningState value.
    • supportedLocations

      List<String> supportedLocations()
      Gets the supportedLocations property: List of locations supported by this topic type.
      Returns:
      the supportedLocations value.
    • sourceResourceFormat

      String sourceResourceFormat()
      Gets the sourceResourceFormat property: Source resource format.
      Returns:
      the sourceResourceFormat value.
    • supportedScopesForSource

      List<TopicTypeSourceScope> supportedScopesForSource()
      Gets the supportedScopesForSource property: Supported source scopes.
      Returns:
      the supportedScopesForSource value.
    • innerModel

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