Uses of Class
com.azure.resourcemanager.appservice.models.IpFilterTag
Packages that use IpFilterTag
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of IpFilterTag in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as IpFilterTagModifier and TypeFieldDescriptionstatic final IpFilterTagIpFilterTag.DEFAULTStatic value Default for IpFilterTag.static final IpFilterTagIpFilterTag.SERVICE_TAGStatic value ServiceTag for IpFilterTag.static final IpFilterTagIpFilterTag.XFF_PROXYStatic value XffProxy for IpFilterTag.Methods in com.azure.resourcemanager.appservice.models that return IpFilterTagModifier and TypeMethodDescriptionstatic IpFilterTagIpFilterTag.fromString(String name) Creates or finds a IpFilterTag from its string representation.IpSecurityRestriction.tag()Get the tag property: Defines what this IP filter will be used for.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type IpFilterTagModifier and TypeMethodDescriptionstatic Collection<IpFilterTag>IpFilterTag.values()Gets known IpFilterTag values.Methods in com.azure.resourcemanager.appservice.models with parameters of type IpFilterTagModifier and TypeMethodDescriptionIpSecurityRestriction.withTag(IpFilterTag tag) Set the tag property: Defines what this IP filter will be used for.