Uses of Class
com.azure.resourcemanager.eventgrid.fluent.models.TopicProperties
-
Packages that use TopicProperties Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient. -
-
Uses of TopicProperties in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return TopicProperties Modifier and Type Method Description TopicPropertiesTopicProperties. withDisableLocalAuth(Boolean disableLocalAuth)Set the disableLocalAuth property: This boolean is used to enable or disable local auth.TopicPropertiesTopicProperties. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.TopicPropertiesTopicProperties. withInputSchema(InputSchema inputSchema)Set the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the topic.TopicPropertiesTopicProperties. withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Set the inputSchemaMapping property: This enables publishing using custom event schemas.TopicPropertiesTopicProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.
-