Class NWRuleSetIpRules
java.lang.Object
com.microsoft.azure.management.eventhub.NWRuleSetIpRules
Description of NetWorkRuleSet - IpRules resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction()
Get the IP Filter Action.ipMask()
Get iP Mask.withAction
(NetworkRuleIPAction action) Set the IP Filter Action.withIpMask
(String ipMask) Set iP Mask.
-
Constructor Details
-
NWRuleSetIpRules
public NWRuleSetIpRules()
-
-
Method Details
-
ipMask
Get iP Mask.- Returns:
- the ipMask value
-
withIpMask
Set iP Mask.- Parameters:
ipMask
- the ipMask value to set- Returns:
- the NWRuleSetIpRules object itself.
-
action
Get the IP Filter Action. Possible values include: 'Allow'.- Returns:
- the action value
-
withAction
Set the IP Filter Action. Possible values include: 'Allow'.- Parameters:
action
- the action value to set- Returns:
- the NWRuleSetIpRules object itself.
-