NWRuleSetIpRules Class
- java.
lang. Object - com.
microsoft. azure. management. eventhub. NWRuleSetIpRules
- com.
public class NWRuleSetIpRules
Description of NetWorkRuleSet - IpRules resource.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| NWRuleSetIpRules() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Network |
action()
Get the IP Filter Action. |
| java.lang.String |
ipMask()
Get iP Mask. |
|
NWRule |
withAction(NetworkRuleIPAction action)
Set the IP Filter Action. |
|
NWRule |
withIpMask(String ipMask)
Set iP Mask. |
Methods inherited from java.lang.Object
Constructor Details
NWRuleSetIpRules
public NWRuleSetIpRules()
Method Details
action
public NetworkRuleIPAction action()
Get the IP Filter Action. Possible values include: 'Allow'.
Returns:
ipMask
public String ipMask()
Get iP Mask.
Returns:
withAction
public NWRuleSetIpRules withAction(NetworkRuleIPAction action)
Set the IP Filter Action. Possible values include: 'Allow'.
Parameters:
Returns:
withIpMask
public NWRuleSetIpRules withIpMask(String ipMask)
Set iP Mask.
Parameters:
Returns: