| Modifier and Type | Method and Description |
|---|---|
IpSecurityRestriction |
IpSecurityRestriction.withIpAddress(String ipAddress)
Set iP address the security restriction is valid for.
|
IpSecurityRestriction |
IpSecurityRestriction.withSubnetMask(String subnetMask)
Set subnet mask for the range of IP addresses the restriction is valid for.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpSecurityRestriction> |
SiteConfig.ipSecurityRestrictions()
Get iP security restrictions.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withIpSecurityRestrictions(List<IpSecurityRestriction> ipSecurityRestrictions)
Set iP security restrictions.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/