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