public class IpSecurityRestriction extends Object
| Constructor and Description |
|---|
IpSecurityRestriction() |
| Modifier and Type | Method and Description |
|---|---|
String |
ipAddress()
Get the ipAddress value.
|
String |
subnetMask()
Get the subnetMask value.
|
IpSecurityRestriction |
withIpAddress(String ipAddress)
Set the ipAddress value.
|
IpSecurityRestriction |
withSubnetMask(String subnetMask)
Set the subnetMask value.
|
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.
*/