Class FactoryUpdateProperties
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.FactoryUpdateProperties
-
public final class FactoryUpdateProperties extends Object
Factory update resource properties.
-
-
Constructor Summary
Constructors Constructor Description FactoryUpdateProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicNetworkAccess
publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.void
validate()
Validates the instance.FactoryUpdateProperties
withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.
-
-
-
Method Detail
-
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.
-
-