public class NWRuleSetIpRules extends Object
| Constructor and Description |
|---|
NWRuleSetIpRules() |
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleIPAction |
action()
Get the IP Filter Action.
|
String |
ipMask()
Get iP Mask.
|
NWRuleSetIpRules |
withAction(NetworkRuleIPAction action)
Set the IP Filter Action.
|
NWRuleSetIpRules |
withIpMask(String ipMask)
Set iP Mask.
|
public String ipMask()
public NWRuleSetIpRules withIpMask(String ipMask)
ipMask - the ipMask value to setpublic NetworkRuleIPAction action()
public NWRuleSetIpRules withAction(NetworkRuleIPAction action)
action - the action 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.
*/