IpSecurityRestriction Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. IpSecurityRestriction
- com.
public class IpSecurityRestriction
IP security restriction on an app.
Modifier and Type | Method and Description |
---|---|
String |
ip Get the ipAddress value. |
String |
subnet Get the subnetMask value. |
Ip |
with Set the ipAddress value. |
Ip |
with Set the subnetMask value. |
ipAddress
public String ipAddress()
Get the ipAddress value.
Returns:
subnetMask
public String subnetMask()
Get the subnetMask value.
Returns:
withIpAddress
public IpSecurityRestriction withIpAddress(String ipAddress)
Set the ipAddress value.
Parameters:
Returns:
withSubnetMask
public IpSecurityRestriction withSubnetMask(String subnetMask)
Set the subnetMask value.
Parameters:
Returns:
Comentários do Azure SDK for Java
O Azure SDK for Java é um projeto código aberto. Selecione um link para fornecer comentários: