Class FactoryProperties
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.FactoryProperties
Factory resource properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the createTime property: Time the factory was created in ISO8601 format.Get the encryption property: Properties to enable Customer Managed Key for the factory.Get the globalParameters property: List of parameters for factory.Get the provisioningState property: Factory provisioning state, example Succeeded.Get the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.Get the purviewConfiguration property: Purview information of the factory.Get the repoConfiguration property: Git repo information of the factory.void
validate()
Validates the instance.version()
Get the version property: Version of the factory.withEncryption
(EncryptionConfiguration encryption) Set the encryption property: Properties to enable Customer Managed Key for the factory.withGlobalParameters
(Map<String, GlobalParameterSpecification> globalParameters) Set the globalParameters property: List of parameters for factory.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.withPurviewConfiguration
(PurviewConfiguration purviewConfiguration) Set the purviewConfiguration property: Purview information of the factory.withRepoConfiguration
(FactoryRepoConfiguration repoConfiguration) Set the repoConfiguration property: Git repo information of the factory.
-
Constructor Details
-
FactoryProperties
public FactoryProperties()Creates an instance of FactoryProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: Factory provisioning state, example Succeeded.- Returns:
- the provisioningState value.
-
createTime
Get the createTime property: Time the factory was created in ISO8601 format.- Returns:
- the createTime value.
-
version
Get the version property: Version of the factory.- Returns:
- the version value.
-
purviewConfiguration
Get the purviewConfiguration property: Purview information of the factory.- Returns:
- the purviewConfiguration value.
-
withPurviewConfiguration
Set the purviewConfiguration property: Purview information of the factory.- Parameters:
purviewConfiguration
- the purviewConfiguration value to set.- Returns:
- the FactoryProperties object itself.
-
repoConfiguration
Get the repoConfiguration property: Git repo information of the factory.- Returns:
- the repoConfiguration value.
-
withRepoConfiguration
Set the repoConfiguration property: Git repo information of the factory.- Parameters:
repoConfiguration
- the repoConfiguration value to set.- Returns:
- the FactoryProperties object itself.
-
globalParameters
Get the globalParameters property: List of parameters for factory.- Returns:
- the globalParameters value.
-
withGlobalParameters
public FactoryProperties withGlobalParameters(Map<String, GlobalParameterSpecification> globalParameters) Set the globalParameters property: List of parameters for factory.- Parameters:
globalParameters
- the globalParameters value to set.- Returns:
- the FactoryProperties object itself.
-
encryption
Get the encryption property: Properties to enable Customer Managed Key for the factory.- Returns:
- the encryption value.
-
withEncryption
Set the encryption property: Properties to enable Customer Managed Key for the factory.- Parameters:
encryption
- the encryption value to set.- Returns:
- the FactoryProperties 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 FactoryProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-