Class FactoryRepoUpdate
java.lang.Object
com.azure.resourcemanager.datafactory.models.FactoryRepoUpdate
Factory's git repo information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the factoryResourceId property: The factory resource id.Get the repoConfiguration property: Git repo information of the factory.void
validate()
Validates the instance.withFactoryResourceId
(String factoryResourceId) Set the factoryResourceId property: The factory resource id.withRepoConfiguration
(FactoryRepoConfiguration repoConfiguration) Set the repoConfiguration property: Git repo information of the factory.
-
Constructor Details
-
FactoryRepoUpdate
public FactoryRepoUpdate()Creates an instance of FactoryRepoUpdate class.
-
-
Method Details
-
factoryResourceId
Get the factoryResourceId property: The factory resource id.- Returns:
- the factoryResourceId value.
-
withFactoryResourceId
Set the factoryResourceId property: The factory resource id.- Parameters:
factoryResourceId
- the factoryResourceId value to set.- Returns:
- the FactoryRepoUpdate 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 FactoryRepoUpdate object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-