Uses of Class
com.azure.resourcemanager.storage.models.IpRule
Packages that use IpRule
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of IpRule in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.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.storage.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.storage.models that return types with arguments of type IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.ipRules()Get the ipRules property: Sets the IP ACL rules.NetworkRuleSet.ipv6Rules()Get the ipv6Rules property: Sets the IPv6 ACL rules.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.withIpRules(List<IpRule> ipRules) Set the ipRules property: Sets the IP ACL rules.NetworkRuleSet.withIpv6Rules(List<IpRule> ipv6Rules) Set the ipv6Rules property: Sets the IPv6 ACL rules.