public class IpSecurityRestriction extends Object
| Constructor and Description |
|---|
IpSecurityRestriction() |
| Modifier and Type | Method and Description |
|---|---|
String |
ipAddress()
Get iP address the security restriction is valid for.
|
String |
subnetMask()
Get subnet mask for the range of IP addresses the restriction is valid for.
|
IpSecurityRestriction |
withIpAddress(String ipAddress)
Set iP address the security restriction is valid for.
|
IpSecurityRestriction |
withSubnetMask(String subnetMask)
Set subnet mask for the range of IP addresses the restriction is valid for.
|
public String ipAddress()
public IpSecurityRestriction withIpAddress(String ipAddress)
ipAddress - the ipAddress value to setpublic String subnetMask()
public IpSecurityRestriction withSubnetMask(String subnetMask)
subnetMask - the subnetMask value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/