Share via


FactoryRepoConfiguration(String, String, String, String) Constructor

Definition

Initializes a new instance of FactoryRepoConfiguration.

protected FactoryRepoConfiguration (string accountName, string repositoryName, string collaborationBranch, string rootFolder);
new Azure.ResourceManager.DataFactory.Models.FactoryRepoConfiguration : string * string * string * string -> Azure.ResourceManager.DataFactory.Models.FactoryRepoConfiguration
Protected Sub New (accountName As String, repositoryName As String, collaborationBranch As String, rootFolder As String)

Parameters

accountName
String

Account name.

repositoryName
String

Repository name.

collaborationBranch
String

Collaboration branch.

rootFolder
String

Root folder.

Exceptions

accountName, repositoryName, collaborationBranch or rootFolder is null.

Applies to