Uses of Class
com.azure.resourcemanager.appservice.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as PublicNetworkAccessModifier and TypeFieldDescriptionstatic final PublicNetworkAccess
PublicNetworkAccess.DISABLED
Static value Disabled for PublicNetworkAccess.static final PublicNetworkAccess
PublicNetworkAccess.ENABLED
Static value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.appservice.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccess
PublicNetworkAccess.fromString
(String name) Creates or finds a PublicNetworkAccess from its string representation.WebAppBase.publicNetworkAccess()
Whether the web app can be accessed from public network.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection
<PublicNetworkAccess> PublicNetworkAccess.values()
Gets known PublicNetworkAccess values.