FactoryRepoUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FactoryRepoUpdate() |
Initializes a new instance of the FactoryRepoUpdate class. |
FactoryRepoUpdate(String, FactoryRepoConfiguration) |
Initializes a new instance of the FactoryRepoUpdate class. |
FactoryRepoUpdate()
Initializes a new instance of the FactoryRepoUpdate class.
public FactoryRepoUpdate();
Public Sub New ()
Applies to
FactoryRepoUpdate(String, FactoryRepoConfiguration)
Initializes a new instance of the FactoryRepoUpdate class.
public FactoryRepoUpdate(string factoryResourceId = default, Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration repoConfiguration = default);
new Microsoft.Azure.Management.DataFactory.Models.FactoryRepoUpdate : string * Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration -> Microsoft.Azure.Management.DataFactory.Models.FactoryRepoUpdate
Public Sub New (Optional factoryResourceId As String = Nothing, Optional repoConfiguration As FactoryRepoConfiguration = Nothing)
Parameters
- factoryResourceId
- String
The factory resource id.
- repoConfiguration
- FactoryRepoConfiguration
Git repo information of the factory.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET