Uses of Class
com.microsoft.azure.management.appservice.IpSecurityRestriction
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of IpSecurityRestriction in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionIpSecurityRestriction.withAction
(String action) Set allow or Deny access for this IP range.IpSecurityRestriction.withDescription
(String description) Set iP restriction rule description.IpSecurityRestriction.withIpAddress
(String ipAddress) Set iP address the security restriction is valid for.Set iP restriction rule name.IpSecurityRestriction.withPriority
(Integer priority) Set priority of IP restriction rule.IpSecurityRestriction.withSubnetMask
(String subnetMask) Set subnet mask for the range of IP addresses the restriction is valid for.IpSecurityRestriction.withSubnetTrafficTag
(Integer subnetTrafficTag) Set (internal) Subnet traffic tag.IpSecurityRestriction.withTag
(IpFilterTag tag) Set defines what this IP filter will be used for.IpSecurityRestriction.withVnetSubnetResourceId
(String vnetSubnetResourceId) Set virtual network resource id.IpSecurityRestriction.withVnetTrafficTag
(Integer vnetTrafficTag) Set (internal) Vnet traffic tag.Modifier and TypeMethodDescriptionSiteConfig.ipSecurityRestrictions()
Get iP security restrictions for main.SiteConfig.scmIpSecurityRestrictions()
Get iP security restrictions for scm.Modifier and TypeMethodDescriptionSiteConfig.withIpSecurityRestrictions
(List<IpSecurityRestriction> ipSecurityRestrictions) Set iP security restrictions for main.SiteConfig.withScmIpSecurityRestrictions
(List<IpSecurityRestriction> scmIpSecurityRestrictions) Set iP security restrictions for scm.