Uses of Class
com.azure.resourcemanager.datafactory.models.PublicNetworkAccess
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionFactoryInner.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.FactoryProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.FactoryUpdateProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.Modifier and TypeMethodDescriptionFactoryInner.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.FactoryProperties.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.FactoryUpdateProperties.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final PublicNetworkAccess
PublicNetworkAccess.DISABLED
Static value Disabled for PublicNetworkAccess.static final PublicNetworkAccess
PublicNetworkAccess.ENABLED
Static value Enabled for PublicNetworkAccess.Modifier and TypeMethodDescriptionstatic PublicNetworkAccess
PublicNetworkAccess.fromString
(String name) Creates or finds a PublicNetworkAccess from its string representation.Factory.publicNetworkAccess()
Gets the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.FactoryUpdateParameters.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.Modifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess>
PublicNetworkAccess.values()
Gets known PublicNetworkAccess values.Modifier and TypeMethodDescriptionFactory.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public network access is allowed for the data factory..Factory.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public network access is allowed for the data factory..FactoryUpdateParameters.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.