Uses of Class
com.azure.resourcemanager.eventgrid.models.TopicUpdateParameters
-
Packages that use TopicUpdateParameters Package Description com.azure.resourcemanager.eventgrid.fluent Package containing the service clients for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of TopicUpdateParameters in com.azure.resourcemanager.eventgrid.fluent
Methods in com.azure.resourcemanager.eventgrid.fluent with parameters of type TopicUpdateParameters Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginUpdate(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters)Asynchronously updates a topic with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginUpdate(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters, com.azure.core.util.Context context)Asynchronously updates a topic with the specified parameters.TopicInnerTopicsClient. update(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters)Asynchronously updates a topic with the specified parameters.TopicInnerTopicsClient. update(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters, com.azure.core.util.Context context)Asynchronously updates a topic with the specified parameters. -
Uses of TopicUpdateParameters in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return TopicUpdateParameters Modifier and Type Method Description TopicUpdateParametersTopicUpdateParameters. withDisableLocalAuth(Boolean disableLocalAuth)Set the disableLocalAuth property: This boolean is used to enable or disable local auth.TopicUpdateParametersTopicUpdateParameters. withIdentity(IdentityInfo identity)Set the identity property: Topic resource identity information.TopicUpdateParametersTopicUpdateParameters. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.TopicUpdateParametersTopicUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.TopicUpdateParametersTopicUpdateParameters. withTags(Map<String,String> tags)Set the tags property: Tags of the resource.
-