Uses of Class
com.microsoft.azure.management.appservice.NetworkAccessControlEntry
-
-
Uses of NetworkAccessControlEntry in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return NetworkAccessControlEntry Modifier and Type Method Description NetworkAccessControlEntryNetworkAccessControlEntry. withAction(AccessControlEntryAction action)Set action object.NetworkAccessControlEntryNetworkAccessControlEntry. withDescription(String description)Set description of network access control entry.NetworkAccessControlEntryNetworkAccessControlEntry. withOrder(Integer order)Set order of precedence.NetworkAccessControlEntryNetworkAccessControlEntry. withRemoteSubnet(String remoteSubnet)Set remote subnet.Methods in com.microsoft.azure.management.appservice that return types with arguments of type NetworkAccessControlEntry Modifier and Type Method Description List<NetworkAccessControlEntry>AppServiceEnvironmentPatchResource. networkAccessControlList()Get access control list for controlling traffic to the App Service Environment.Method parameters in com.microsoft.azure.management.appservice with type arguments of type NetworkAccessControlEntry Modifier and Type Method Description AppServiceEnvironmentPatchResourceAppServiceEnvironmentPatchResource. withNetworkAccessControlList(List<NetworkAccessControlEntry> networkAccessControlList)Set access control list for controlling traffic to the App Service Environment.
-