Uses of Class
com.azure.resourcemanager.appcontainers.models.IpSecurityRestrictionRule
Packages that use IpSecurityRestrictionRule
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of IpSecurityRestrictionRule in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return IpSecurityRestrictionRuleModifier and TypeMethodDescriptionstatic IpSecurityRestrictionRuleIpSecurityRestrictionRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpSecurityRestrictionRule from the JsonReader.IpSecurityRestrictionRule.withAction(Action action) Set the action property: Allow or Deny rules to determine for incoming IP.IpSecurityRestrictionRule.withDescription(String description) Set the description property: Describe the IP restriction rule that is being sent to the container-app.IpSecurityRestrictionRule.withIpAddressRange(String ipAddressRange) Set the ipAddressRange property: CIDR notation to match incoming IP address.Set the name property: Name for the IP restriction rule.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type IpSecurityRestrictionRuleModifier and TypeMethodDescriptionIngress.ipSecurityRestrictions()Get the ipSecurityRestrictions property: Rules to restrict incoming IP address.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type IpSecurityRestrictionRuleModifier and TypeMethodDescriptionIngress.withIpSecurityRestrictions(List<IpSecurityRestrictionRule> ipSecurityRestrictions) Set the ipSecurityRestrictions property: Rules to restrict incoming IP address.