Uses of Class
com.azure.resourcemanager.eventgrid.fluent.models.EventTypeProperties
-
Packages that use EventTypeProperties Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient. -
-
Uses of EventTypeProperties in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return EventTypeProperties Modifier and Type Method Description EventTypePropertiesEventTypeProperties. withDescription(String description)Set the description property: Description of the event type.EventTypePropertiesEventTypeProperties. withDisplayName(String displayName)Set the displayName property: Display name of the event type.EventTypePropertiesEventTypeProperties. withIsInDefaultSet(Boolean isInDefaultSet)Set the isInDefaultSet property: IsInDefaultSet flag of the event type.EventTypePropertiesEventTypeProperties. withSchemaUrl(String schemaUrl)Set the schemaUrl property: Url of the schema for this event type.
-