Uses of Class
com.azure.resourcemanager.appservice.models.IpFilterTag
-
Packages that use IpFilterTag Package Description com.azure.resourcemanager.appservice.models 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 IpFilterTag Modifier and Type Field Description static IpFilterTagIpFilterTag. DEFAULTStatic value Default for IpFilterTag.static IpFilterTagIpFilterTag. SERVICE_TAGStatic value ServiceTag for IpFilterTag.static IpFilterTagIpFilterTag. XFF_PROXYStatic value XffProxy for IpFilterTag.Methods in com.azure.resourcemanager.appservice.models that return IpFilterTag Modifier and Type Method Description static IpFilterTagIpFilterTag. fromString(String name)Creates or finds a IpFilterTag from its string representation.IpFilterTagIpSecurityRestriction. 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 IpFilterTag Modifier and Type Method Description static Collection<IpFilterTag>IpFilterTag. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type IpFilterTag Modifier and Type Method Description IpSecurityRestrictionIpSecurityRestriction. withTag(IpFilterTag tag)Set the tag property: Defines what this IP filter will be used for.
-