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