Uses of Class
com.azure.resourcemanager.appservice.models.IpSecurityRestriction
Packages that use IpSecurityRestriction
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of IpSecurityRestriction in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type IpSecurityRestrictionModifier and TypeMethodDescriptionSiteConfigInner.ipSecurityRestrictions()Get the ipSecurityRestrictions property: IP security restrictions for main.SiteConfigResourceInner.ipSecurityRestrictions()Get the ipSecurityRestrictions property: IP security restrictions for main.SiteConfigInner.scmIpSecurityRestrictions()Get the scmIpSecurityRestrictions property: IP security restrictions for scm.SiteConfigResourceInner.scmIpSecurityRestrictions()Get the scmIpSecurityRestrictions property: IP security restrictions for scm.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type IpSecurityRestrictionModifier and TypeMethodDescriptionSiteConfigInner.withIpSecurityRestrictions(List<IpSecurityRestriction> ipSecurityRestrictions) Set the ipSecurityRestrictions property: IP security restrictions for main.SiteConfigResourceInner.withIpSecurityRestrictions(List<IpSecurityRestriction> ipSecurityRestrictions) Set the ipSecurityRestrictions property: IP security restrictions for main.SiteConfigInner.withScmIpSecurityRestrictions(List<IpSecurityRestriction> scmIpSecurityRestrictions) Set the scmIpSecurityRestrictions property: IP security restrictions for scm.SiteConfigResourceInner.withScmIpSecurityRestrictions(List<IpSecurityRestriction> scmIpSecurityRestrictions) Set the scmIpSecurityRestrictions property: IP security restrictions for scm. -
Uses of IpSecurityRestriction in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return IpSecurityRestrictionModifier and TypeMethodDescriptionstatic IpSecurityRestrictionIpSecurityRestriction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpSecurityRestriction from the JsonReader.IpSecurityRestriction.withAction(String action) Set the action property: Allow or Deny access for this IP range.IpSecurityRestriction.withDescription(String description) Set the description property: IP restriction rule description.IpSecurityRestriction.withHeaders(Map<String, List<String>> headers) Set the headers property: IP restriction rule headers.IpSecurityRestriction.withIpAddress(String ipAddress) Set the ipAddress property: IP address the security restriction is valid for.Set the name property: IP restriction rule name.IpSecurityRestriction.withPriority(Integer priority) Set the priority property: Priority of IP restriction rule.IpSecurityRestriction.withSubnetMask(String subnetMask) Set the subnetMask property: Subnet mask for the range of IP addresses the restriction is valid for.IpSecurityRestriction.withSubnetTrafficTag(Integer subnetTrafficTag) Set the subnetTrafficTag property: (internal) Subnet traffic tag.IpSecurityRestriction.withTag(IpFilterTag tag) Set the tag property: Defines what this IP filter will be used for.IpSecurityRestriction.withVnetSubnetResourceId(String vnetSubnetResourceId) Set the vnetSubnetResourceId property: Virtual network resource id.IpSecurityRestriction.withVnetTrafficTag(Integer vnetTrafficTag) Set the vnetTrafficTag property: (internal) Vnet traffic tag.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type IpSecurityRestrictionModifier and TypeMethodDescriptionWebAppBase.ipSecurityRules()Gets the list of ip security rules.Methods in com.azure.resourcemanager.appservice.models with parameters of type IpSecurityRestrictionModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithNetworkAccess.withAccessRule(IpSecurityRestriction ipSecurityRule) Specifies the ip security rule.WebAppBase.UpdateStages.WithNetworkAccess.withAccessRule(IpSecurityRestriction ipSecurityRule) Specifies that the ip security rule.WebAppBase.UpdateStages.WithNetworkAccess.withoutAccessRule(IpSecurityRestriction ipSecurityRule) Specifies that the access rule should be removed.