Uses of Class
com.azure.resourcemanager.batch.models.IpRule
Packages that use IpRule
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of IpRule in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return IpRuleModifier and TypeMethodDescriptionIpRule.withAction(String action) Set the action property: Action when client IP address is matched.Set the value property: The IP address or IP address range to filter IPv4 address, or IPv4 address range in CIDR format.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type IpRuleModifier and TypeMethodDescriptionEndpointAccessProfile.ipRules()Get the ipRules property: Array of IP ranges to filter client IP address.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type IpRuleModifier and TypeMethodDescriptionEndpointAccessProfile.withIpRules(List<IpRule> ipRules) Set the ipRules property: Array of IP ranges to filter client IP address.