Interface EventType


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

    Modifier and Type
    Method
    Description
    Gets the description property: Description of the event type.
    Gets the displayName property: Display name of the event type.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventTypeInner object.
    Gets the isInDefaultSet property: IsInDefaultSet flag of the event type.
    Gets the name property: The name of the resource.
    Gets the schemaUrl property: Url of the schema for this event type.
    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.
    • displayName

      String displayName()
      Gets the displayName property: Display name of the event type.
      Returns:
      the displayName value.
    • description

      String description()
      Gets the description property: Description of the event type.
      Returns:
      the description value.
    • schemaUrl

      String schemaUrl()
      Gets the schemaUrl property: Url of the schema for this event type.
      Returns:
      the schemaUrl value.
    • isInDefaultSet

      Boolean isInDefaultSet()
      Gets the isInDefaultSet property: IsInDefaultSet flag of the event type.
      Returns:
      the isInDefaultSet value.
    • innerModel

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