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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET