次の方法で共有


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 displayName property: Display name of the event type.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract EventTypeInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventTypeInner object.

abstract Boolean isInDefaultSet()

Gets the isInDefaultSet property: IsInDefaultSet flag of the event type.

abstract String name()

Gets the name property: The name of the resource.

abstract String schemaUrl()

Gets the schemaUrl property: URL of the schema for this event type.

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:

the description value.

displayName

public abstract String displayName()

Gets the displayName property: Display name of the event type.

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract EventTypeInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventTypeInner object.

Returns:

the inner object.

isInDefaultSet

public abstract Boolean isInDefaultSet()

Gets the isInDefaultSet property: IsInDefaultSet flag of the event type.

Returns:

the isInDefaultSet value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

schemaUrl

public abstract String schemaUrl()

Gets the schemaUrl property: URL of the schema for this event type.

Returns:

the schemaUrl value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to