Uses of Interface
com.azure.resourcemanager.eventgrid.models.Topic
-
Packages that use Topic Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of Topic in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return Topic Modifier and Type Method Description TopicTopic.Update. apply()Executes the update request.TopicTopic.Update. apply(com.azure.core.util.Context context)Executes the update request.TopicTopic.DefinitionStages.WithCreate. create()Executes the create request.TopicTopic.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)Executes the create request.TopicTopics. getById(String id)Get properties of a topic.TopicTopics. getByResourceGroup(String resourceGroupName, String topicName)Get properties of a topic.TopicTopic. refresh()Refreshes the resource to sync with Azure.TopicTopic. refresh(com.azure.core.util.Context context)Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type Topic Modifier and Type Method Description com.azure.core.http.rest.Response<Topic>Topics. getByIdWithResponse(String id, com.azure.core.util.Context context)Get properties of a topic.com.azure.core.http.rest.Response<Topic>Topics. getByResourceGroupWithResponse(String resourceGroupName, String topicName, com.azure.core.util.Context context)Get properties of a topic.com.azure.core.http.rest.PagedIterable<Topic>Topics. list()List all the topics under an Azure subscription.com.azure.core.http.rest.PagedIterable<Topic>Topics. list(String filter, Integer top, com.azure.core.util.Context context)List all the topics under an Azure subscription.com.azure.core.http.rest.PagedIterable<Topic>Topics. listByResourceGroup(String resourceGroupName)List all the topics under a resource group.com.azure.core.http.rest.PagedIterable<Topic>Topics. listByResourceGroup(String resourceGroupName, String filter, Integer top, com.azure.core.util.Context context)List all the topics under a resource group.
-