Uses of Class
com.microsoft.azure.management.appservice.IpFilterTag
-
-
Uses of IpFilterTag in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return IpFilterTag Modifier and Type Method Description static IpFilterTagIpFilterTag. fromString(String value)Parses a serialized value to a IpFilterTag instance.IpFilterTagIpSecurityRestriction. tag()Get defines what this IP filter will be used for.static IpFilterTagIpFilterTag. valueOf(String name)Returns the enum constant of this type with the specified name.static IpFilterTag[]IpFilterTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type IpFilterTag Modifier and Type Method Description IpSecurityRestrictionIpSecurityRestriction. withTag(IpFilterTag tag)Set defines what this IP filter will be used for.
-