Class FactoryUpdateProperties
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.FactoryUpdateProperties
Factory update resource properties.
-
Constructor Summary
ConstructorDescriptionCreates an instance of FactoryUpdateProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.void
validate()
Validates the instance.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.
-
Constructor Details
-
FactoryUpdateProperties
public FactoryUpdateProperties()Creates an instance of FactoryUpdateProperties class.
-
-
Method Details
-
publicNetworkAccess
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.- Returns:
- the publicNetworkAccess value.
-
withPublicNetworkAccess
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.
-