Uses of Interface
com.azure.resourcemanager.eventgrid.models.TopicTypeInfo
-
Packages that use TopicTypeInfo Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of TopicTypeInfo in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return TopicTypeInfo Modifier and Type Method Description TopicTypeInfoTopicTypes. get(String topicTypeName)Get information about a topic type.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type TopicTypeInfo Modifier and Type Method Description com.azure.core.http.rest.Response<TopicTypeInfo>TopicTypes. getWithResponse(String topicTypeName, com.azure.core.util.Context context)Get information about a topic type.com.azure.core.http.rest.PagedIterable<TopicTypeInfo>TopicTypes. list()List all registered topic types.com.azure.core.http.rest.PagedIterable<TopicTypeInfo>TopicTypes. list(com.azure.core.util.Context context)List all registered topic types.
-