IpSecurityRestriction Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. IpSecurityRestriction
- com.
public class IpSecurityRestriction
IP security restriction on an app.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
ipAddress()
Get the ipAddress value. |
String |
subnetMask()
Get the subnetMask value. |
Ip |
withIpAddress(String ipAddress)
Set the ipAddress value. |
Ip |
withSubnetMask(String subnetMask)
Set the subnetMask value. |
Method Details
ipAddress
public String ipAddress()
Get the ipAddress value.
Returns:
the ipAddress value
subnetMask
public String subnetMask()
Get the subnetMask value.
Returns:
the subnetMask value
withIpAddress
public IpSecurityRestriction withIpAddress(String ipAddress)
Set the ipAddress value.
Parameters:
ipAddress
- the ipAddress value to set
Returns:
the IpSecurityRestriction object itself.
withSubnetMask
public IpSecurityRestriction withSubnetMask(String subnetMask)
Set the subnetMask value.
Parameters:
subnetMask
- the subnetMask value to set
Returns:
the IpSecurityRestriction object itself.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java