NetworkAccessControlEntry Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.NetworkAccessControlEntry

public class NetworkAccessControlEntry

Network access control entry.

Method Summary

Modifier and Type Method and Description
AccessControlEntryAction action()

Get the action value.

String description()

Get the description value.

Integer order()

Get the order value.

String remoteSubnet()

Get the remoteSubnet value.

NetworkAccessControlEntry withAction(AccessControlEntryAction action)

Set the action value.

NetworkAccessControlEntry withDescription(String description)

Set the description value.

NetworkAccessControlEntry withOrder(Integer order)

Set the order value.

NetworkAccessControlEntry withRemoteSubnet(String remoteSubnet)

Set the remoteSubnet value.

Method Details

action

public AccessControlEntryAction action()

Get the action value.

Returns:

the action value

description

public String description()

Get the description value.

Returns:

the description value

order

public Integer order()

Get the order value.

Returns:

the order value

remoteSubnet

public String remoteSubnet()

Get the remoteSubnet value.

Returns:

the remoteSubnet value

withAction

public NetworkAccessControlEntry withAction(AccessControlEntryAction action)

Set the action value.

Parameters:

action - the action value to set

Returns:

the NetworkAccessControlEntry object itself.

withDescription

public NetworkAccessControlEntry withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the NetworkAccessControlEntry object itself.

withOrder

public NetworkAccessControlEntry withOrder(Integer order)

Set the order value.

Parameters:

order - the order value to set

Returns:

the NetworkAccessControlEntry object itself.

withRemoteSubnet

public NetworkAccessControlEntry withRemoteSubnet(String remoteSubnet)

Set the remoteSubnet value.

Parameters:

remoteSubnet - the remoteSubnet value to set

Returns:

the NetworkAccessControlEntry object itself.

Applies to