Uses of Class
com.azure.resourcemanager.datafactory.models.PublicNetworkAccess
-
Packages that use PublicNetworkAccess Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return PublicNetworkAccess Modifier and Type Method Description PublicNetworkAccess
FactoryInner. publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.PublicNetworkAccess
FactoryProperties. publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.PublicNetworkAccess
FactoryUpdateProperties. publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type PublicNetworkAccess Modifier and Type Method Description FactoryInner
FactoryInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.FactoryProperties
FactoryProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.FactoryUpdateProperties
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
Fields in com.azure.resourcemanager.datafactory.models declared as PublicNetworkAccess Modifier and Type Field Description static PublicNetworkAccess
PublicNetworkAccess. DISABLED
Static value Disabled for PublicNetworkAccess.static PublicNetworkAccess
PublicNetworkAccess. ENABLED
Static value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.datafactory.models that return PublicNetworkAccess Modifier and Type Method Description static PublicNetworkAccess
PublicNetworkAccess. fromString(String name)
Creates or finds a PublicNetworkAccess from its string representation.PublicNetworkAccess
Factory. publicNetworkAccess()
Gets the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.PublicNetworkAccess
FactoryUpdateParameters. publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PublicNetworkAccess Modifier and Type Method Description static Collection<PublicNetworkAccess>
PublicNetworkAccess. values()
Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type PublicNetworkAccess Modifier and Type Method Description Factory.DefinitionStages.WithCreate
Factory.DefinitionStages.WithPublicNetworkAccess. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Specifies the publicNetworkAccess property: Whether or not public network access is allowed for the data factory..Factory.Update
Factory.UpdateStages.WithPublicNetworkAccess. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Specifies the publicNetworkAccess property: Whether or not public network access is allowed for the data factory..FactoryUpdateParameters
FactoryUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.
-