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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET