Uses of Class
com.azure.resourcemanager.eventhubs.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionEHNamespaceInner.publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.EHNamespaceProperties.publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionEHNamespaceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: This determines if traffic is allowed over public network.EHNamespaceProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: This determines if traffic is allowed over public network. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.eventhubs.models
Fields in com.azure.resourcemanager.eventhubs.models declared as PublicNetworkAccessModifier and TypeFieldDescriptionstatic final PublicNetworkAccessPublicNetworkAccess.DISABLEDStatic value Disabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.ENABLEDStatic value Enabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.SECURED_BY_PERIMETERStatic value SecuredByPerimeter for PublicNetworkAccess.Methods in com.azure.resourcemanager.eventhubs.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess> PublicNetworkAccess.values()Gets known PublicNetworkAccess values.