Interface Factory.DefinitionStages.WithPublicNetworkAccess

All Known Subinterfaces:
Factory.Definition, Factory.DefinitionStages.WithCreate
Enclosing interface:
Factory.DefinitionStages

public static interface Factory.DefinitionStages.WithPublicNetworkAccess
The stage of the Factory definition allowing to specify publicNetworkAccess.
  • Method Details

    • withPublicNetworkAccess

      Factory.DefinitionStages.WithCreate withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Specifies the publicNetworkAccess property: Whether or not public network access is allowed for the data factory..
      Parameters:
      publicNetworkAccess - Whether or not public network access is allowed for the data factory.
      Returns:
      the next definition stage.