Uses of Class
com.azure.resourcemanager.botservice.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the data models for AzureBotService.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.botservice.models
Fields in com.azure.resourcemanager.botservice.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.botservice.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.BotProperties.publicNetworkAccess()Get the publicNetworkAccess property: Whether the bot is in an isolated network.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess> PublicNetworkAccess.values()Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.botservice.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionBotProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether the bot is in an isolated network.