Uses of Class
com.microsoft.azure.management.appservice.NetworkAccessControlEntry
Packages that use NetworkAccessControlEntry
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of NetworkAccessControlEntry in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return NetworkAccessControlEntryModifier and TypeMethodDescriptionNetworkAccessControlEntry.withAction(AccessControlEntryAction action) Set action object.NetworkAccessControlEntry.withDescription(String description) Set description of network access control entry.Set order of precedence.NetworkAccessControlEntry.withRemoteSubnet(String remoteSubnet) Set remote subnet.Methods in com.microsoft.azure.management.appservice that return types with arguments of type NetworkAccessControlEntryModifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.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 NetworkAccessControlEntryModifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.withNetworkAccessControlList(List<NetworkAccessControlEntry> networkAccessControlList) Set access control list for controlling traffic to the App Service Environment.