你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NetworkAccessControlEntry Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. NetworkAccessControlEntry
- com.
public class NetworkAccessControlEntry
Network access control entry.
Method Summary
Modifier and Type | Method and Description |
---|---|
Access |
action()
Get the action value. |
String |
description()
Get the description value. |
Integer |
order()
Get the order value. |
String |
remoteSubnet()
Get the remoteSubnet value. |
Network |
withAction(AccessControlEntryAction action)
Set the action value. |
Network |
withDescription(String description)
Set the description value. |
Network |
withOrder(Integer order)
Set the order value. |
Network |
withRemoteSubnet(String remoteSubnet)
Set the remoteSubnet value. |
Method Details
action
public AccessControlEntryAction action()
Get the action value.
Returns:
description
public String description()
Get the description value.
Returns:
order
public Integer order()
Get the order value.
Returns:
remoteSubnet
public String remoteSubnet()
Get the remoteSubnet value.
Returns:
withAction
public NetworkAccessControlEntry withAction(AccessControlEntryAction action)
Set the action value.
Parameters:
Returns:
withDescription
public NetworkAccessControlEntry withDescription(String description)
Set the description value.
Parameters:
Returns:
withOrder
public NetworkAccessControlEntry withOrder(Integer order)
Set the order value.
Parameters:
Returns:
withRemoteSubnet
public NetworkAccessControlEntry withRemoteSubnet(String remoteSubnet)
Set the remoteSubnet value.
Parameters:
Returns: