Uses of Class
com.azure.resourcemanager.eventgrid.fluent.models.TopicUpdateParameterProperties
-
Packages that use TopicUpdateParameterProperties Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient. -
-
Uses of TopicUpdateParameterProperties in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return TopicUpdateParameterProperties Modifier and Type Method Description TopicUpdateParameterPropertiesTopicUpdateParameterProperties. withDisableLocalAuth(Boolean disableLocalAuth)Set the disableLocalAuth property: This boolean is used to enable or disable local auth.TopicUpdateParameterPropertiesTopicUpdateParameterProperties. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.TopicUpdateParameterPropertiesTopicUpdateParameterProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.
-