Uses of Interface
com.azure.resourcemanager.eventgrid.models.DomainTopic
-
Packages that use DomainTopic Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of DomainTopic in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return DomainTopic Modifier and Type Method Description DomainTopicDomainTopics. createOrUpdate(String resourceGroupName, String domainName, String domainTopicName)Asynchronously creates or updates a new domain topic with the specified parameters.DomainTopicDomainTopics. createOrUpdate(String resourceGroupName, String domainName, String domainTopicName, com.azure.core.util.Context context)Asynchronously creates or updates a new domain topic with the specified parameters.DomainTopicDomainTopics. get(String resourceGroupName, String domainName, String domainTopicName)Get properties of a domain topic.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type DomainTopic Modifier and Type Method Description com.azure.core.http.rest.Response<DomainTopic>DomainTopics. getWithResponse(String resourceGroupName, String domainName, String domainTopicName, com.azure.core.util.Context context)Get properties of a domain topic.com.azure.core.http.rest.PagedIterable<DomainTopic>DomainTopics. listByDomain(String resourceGroupName, String domainName)List all the topics in a domain.com.azure.core.http.rest.PagedIterable<DomainTopic>DomainTopics. listByDomain(String resourceGroupName, String domainName, String filter, Integer top, com.azure.core.util.Context context)List all the topics in a domain.
-