| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IpSecurityRestriction |
IpSecurityRestriction.withAction(String action)
Set the action property: Allow or Deny access for this IP range.
|
IpSecurityRestriction |
IpSecurityRestriction.withDescription(String description)
Set the description property: IP restriction rule description.
|
IpSecurityRestriction |
IpSecurityRestriction.withHeaders(Map<String,List<String>> headers)
Set the headers property: IP restriction rule headers.
|
IpSecurityRestriction |
IpSecurityRestriction.withIpAddress(String ipAddress)
Set the ipAddress property: IP address the security restriction is valid for.
|
IpSecurityRestriction |
IpSecurityRestriction.withName(String name)
Set the name property: IP restriction rule name.
|
IpSecurityRestriction |
IpSecurityRestriction.withPriority(Integer priority)
Set the priority property: Priority of IP restriction rule.
|
IpSecurityRestriction |
IpSecurityRestriction.withSubnetMask(String subnetMask)
Set the subnetMask property: Subnet mask for the range of IP addresses the restriction is valid for.
|
IpSecurityRestriction |
IpSecurityRestriction.withSubnetTrafficTag(Integer subnetTrafficTag)
Set the subnetTrafficTag property: (internal) Subnet traffic tag.
|
IpSecurityRestriction |
IpSecurityRestriction.withTag(IpFilterTag tag)
Set the tag property: Defines what this IP filter will be used for.
|
IpSecurityRestriction |
IpSecurityRestriction.withVnetSubnetResourceId(String vnetSubnetResourceId)
Set the vnetSubnetResourceId property: Virtual network resource id.
|
IpSecurityRestriction |
IpSecurityRestriction.withVnetTrafficTag(Integer vnetTrafficTag)
Set the vnetTrafficTag property: (internal) Vnet traffic tag.
|
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithNetworkAccess.withAccessRule(IpSecurityRestriction ipSecurityRule)
Specifies the ip security rule.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithNetworkAccess.withAccessRule(IpSecurityRestriction ipSecurityRule)
Specifies that the ip security rule.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithNetworkAccess.withoutAccessRule(IpSecurityRestriction ipSecurityRule)
Specifies that the access rule should be removed.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.