| Modifier and Type | Method and Description |
|---|---|
IpSecurityRestriction |
IpSecurityRestriction.withIpAddress(String ipAddress)
Set the ipAddress value.
|
IpSecurityRestriction |
IpSecurityRestriction.withSubnetMask(String subnetMask)
Set the subnetMask value.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpSecurityRestriction> |
SiteConfig.ipSecurityRestrictions()
Get the ipSecurityRestrictions value.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withIpSecurityRestrictions(List<IpSecurityRestriction> ipSecurityRestrictions)
Set the ipSecurityRestrictions value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/