Class FactoryRepoUpdate
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.FactoryRepoUpdate
-
public final class FactoryRepoUpdate extends Object
Factory's git repo information.
-
-
Constructor Summary
Constructors Constructor Description FactoryRepoUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
factoryResourceId()
Get the factoryResourceId property: The factory resource id.FactoryRepoConfiguration
repoConfiguration()
Get the repoConfiguration property: Git repo information of the factory.void
validate()
Validates the instance.FactoryRepoUpdate
withFactoryResourceId(String factoryResourceId)
Set the factoryResourceId property: The factory resource id.FactoryRepoUpdate
withRepoConfiguration(FactoryRepoConfiguration repoConfiguration)
Set the repoConfiguration property: Git repo information of the factory.
-
-
-
Method Detail
-
factoryResourceId
public String factoryResourceId()
Get the factoryResourceId property: The factory resource id.- Returns:
- the factoryResourceId value.
-
withFactoryResourceId
public FactoryRepoUpdate withFactoryResourceId(String factoryResourceId)
Set the factoryResourceId property: The factory resource id.- Parameters:
factoryResourceId
- the factoryResourceId value to set.- Returns:
- the FactoryRepoUpdate object itself.
-
repoConfiguration
public FactoryRepoConfiguration repoConfiguration()
Get the repoConfiguration property: Git repo information of the factory.- Returns:
- the repoConfiguration value.
-
withRepoConfiguration
public FactoryRepoUpdate withRepoConfiguration(FactoryRepoConfiguration repoConfiguration)
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.
-
-