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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java