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 PublicNetworkAccessPublicNetworkAccess.DISABLEDStatic value Disabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.appservice.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.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.