Uses of Class
com.azure.resourcemanager.appservice.models.IpAddressRange
Packages that use IpAddressRange
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of IpAddressRange in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return IpAddressRangeModifier and TypeMethodDescriptionstatic IpAddressRangeIpAddressRange.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpAddressRange from the JsonReader.IpAddressRange.withAddressRange(String addressRange) Set the addressRange property: The IP address range.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type IpAddressRangeModifier and TypeMethodDescriptionFlowAccessControlConfigurationPolicy.allowedCallerIpAddresses()Get the allowedCallerIpAddresses property: The allowed caller IP address ranges.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type IpAddressRangeModifier and TypeMethodDescriptionFlowAccessControlConfigurationPolicy.withAllowedCallerIpAddresses(List<IpAddressRange> allowedCallerIpAddresses) Set the allowedCallerIpAddresses property: The allowed caller IP address ranges.