EventType Interface
public interface EventType
An immutable client-side representation of EventType.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
description()
Gets the description property: Description of the event type. |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Event |
innerModel()
Gets the inner com. |
| abstract Boolean |
isInDefaultSet()
Gets the is |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
schemaUrl()
Gets the schema |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
description
public abstract String description()
Gets the description property: Description of the event type.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: Display name of the event type.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract EventTypeInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventTypeInner object.
Returns:
isInDefaultSet
public abstract Boolean isInDefaultSet()
Gets the isInDefaultSet property: IsInDefaultSet flag of the event type.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
schemaUrl
public abstract String schemaUrl()
Gets the schemaUrl property: URL of the schema for this event type.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: