Uses of Class
com.azure.resourcemanager.eventgrid.models.InboundIpRule
-
Packages that use InboundIpRule Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of InboundIpRule in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return types with arguments of type InboundIpRule Modifier and Type Method Description List<InboundIpRule>DomainInner. inboundIpRules()Get the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.List<InboundIpRule>DomainProperties. inboundIpRules()Get the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.List<InboundIpRule>DomainUpdateParameterProperties. inboundIpRules()Get the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.List<InboundIpRule>TopicInner. inboundIpRules()Get the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.List<InboundIpRule>TopicProperties. inboundIpRules()Get the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.List<InboundIpRule>TopicUpdateParameterProperties. inboundIpRules()Get the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.Method parameters in com.azure.resourcemanager.eventgrid.fluent.models with type arguments of type InboundIpRule Modifier and Type Method Description DomainInnerDomainInner. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.DomainPropertiesDomainProperties. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.DomainUpdateParameterPropertiesDomainUpdateParameterProperties. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.TopicInnerTopicInner. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.TopicPropertiesTopicProperties. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.TopicUpdateParameterPropertiesTopicUpdateParameterProperties. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs. -
Uses of InboundIpRule in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return InboundIpRule Modifier and Type Method Description InboundIpRuleInboundIpRule. withAction(IpActionType action)Set the action property: Action to perform based on the match or no match of the IpMask.InboundIpRuleInboundIpRule. withIpMask(String ipMask)Set the ipMask property: IP Address in CIDR notation e.g., 10.0.0.0/8.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type InboundIpRule Modifier and Type Method Description List<InboundIpRule>Domain. inboundIpRules()Gets the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.List<InboundIpRule>DomainUpdateParameters. inboundIpRules()Get the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.List<InboundIpRule>Topic. inboundIpRules()Gets the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.List<InboundIpRule>TopicUpdateParameters. inboundIpRules()Get the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.Method parameters in com.azure.resourcemanager.eventgrid.models with type arguments of type InboundIpRule Modifier and Type Method Description Domain.DefinitionStages.WithCreateDomain.DefinitionStages.WithInboundIpRules. withInboundIpRules(List<InboundIpRule> inboundIpRules)Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.Domain.UpdateDomain.UpdateStages.WithInboundIpRules. withInboundIpRules(List<InboundIpRule> inboundIpRules)Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.DomainUpdateParametersDomainUpdateParameters. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.Topic.DefinitionStages.WithCreateTopic.DefinitionStages.WithInboundIpRules. withInboundIpRules(List<InboundIpRule> inboundIpRules)Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.Topic.UpdateTopic.UpdateStages.WithInboundIpRules. withInboundIpRules(List<InboundIpRule> inboundIpRules)Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.TopicUpdateParametersTopicUpdateParameters. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.
-