FactoryRepoUpdate Constructors

Definition

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