Uses of Class
com.azure.resourcemanager.containerregistry.models.IpRule
Packages that use IpRule
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of IpRule in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type IpRuleModifier and TypeClassDescriptionfinal classIP rule with specific IP or IP range in CIDR format.Methods in com.azure.resourcemanager.containerregistry.models that return IpRuleModifier and TypeMethodDescriptionstatic IpRuleIpRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpRule from the JsonReader.IpRule.withAction(Action action) Set the action property: The action of IP ACL rule.IpRule.withIpAddressOrRange(String ipAddressOrRange) Set the ipAddressOrRange property: Specifies the IP or IP range in CIDR format.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.ipRules()Get the ipRules property: The IP ACL rules.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.withIpRules(List<IpRule> ipRules) Set the ipRules property: The IP ACL rules.