Class FactoryUpdateProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.FactoryUpdateProperties

public final class FactoryUpdateProperties extends Object
Factory update resource properties.
  • Constructor Details

    • FactoryUpdateProperties

      public FactoryUpdateProperties()
  • Method Details

    • publicNetworkAccess

      public PublicNetworkAccess publicNetworkAccess()
      Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.
      Returns:
      the publicNetworkAccess value.
    • withPublicNetworkAccess

      public FactoryUpdateProperties withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.
      Parameters:
      publicNetworkAccess - the publicNetworkAccess value to set.
      Returns:
      the FactoryUpdateProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.