Class NetworkAccessControlEntry
java.lang.Object
com.microsoft.azure.management.appservice.NetworkAccessControlEntry
Network access control entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction()
Get action object.Get description of network access control entry.order()
Get order of precedence.Get remote subnet.withAction
(AccessControlEntryAction action) Set action object.withDescription
(String description) Set description of network access control entry.Set order of precedence.withRemoteSubnet
(String remoteSubnet) Set remote subnet.
-
Constructor Details
-
NetworkAccessControlEntry
public NetworkAccessControlEntry()
-
-
Method Details
-
action
Get action object. Possible values include: 'Permit', 'Deny'.- Returns:
- the action value
-
withAction
Set action object. Possible values include: 'Permit', 'Deny'.- Parameters:
action
- the action value to set- Returns:
- the NetworkAccessControlEntry object itself.
-
description
Get description of network access control entry.- Returns:
- the description value
-
withDescription
Set description of network access control entry.- Parameters:
description
- the description value to set- Returns:
- the NetworkAccessControlEntry object itself.
-
order
Get order of precedence.- Returns:
- the order value
-
withOrder
Set order of precedence.- Parameters:
order
- the order value to set- Returns:
- the NetworkAccessControlEntry object itself.
-
remoteSubnet
Get remote subnet.- Returns:
- the remoteSubnet value
-
withRemoteSubnet
Set remote subnet.- Parameters:
remoteSubnet
- the remoteSubnet value to set- Returns:
- the NetworkAccessControlEntry object itself.
-