Class FactoryUpdateParameters
java.lang.Object
com.azure.resourcemanager.datafactory.models.FactoryUpdateParameters
Parameters for updating a factory resource.
-
Constructor Summary
ConstructorDescriptionCreates an instance of FactoryUpdateParameters class. -
Method Summary
Modifier and TypeMethodDescriptionidentity()
Get the identity property: Managed service identity of the factory.Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.tags()
Get the tags property: The resource tags.void
validate()
Validates the instance.withIdentity
(FactoryIdentity identity) Set the identity property: Managed service identity of the factory.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.Set the tags property: The resource tags.
-
Constructor Details
-
FactoryUpdateParameters
public FactoryUpdateParameters()Creates an instance of FactoryUpdateParameters class.
-
-
Method Details
-
tags
Get the tags property: The resource tags.- Returns:
- the tags value.
-
withTags
Set the tags property: The resource tags.- Parameters:
tags
- the tags value to set.- Returns:
- the FactoryUpdateParameters object itself.
-
identity
Get the identity property: Managed service identity of the factory.- Returns:
- the identity value.
-
withIdentity
Set the identity property: Managed service identity of the factory.- Parameters:
identity
- the identity value to set.- Returns:
- the FactoryUpdateParameters object itself.
-
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 FactoryUpdateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-