Freigeben über


FactoryRepoUpdate Konstruktoren

Definition

Überlädt

FactoryRepoUpdate()

Initialisiert eine neue instance der FactoryRepoUpdate-Klasse.

FactoryRepoUpdate(String, FactoryRepoConfiguration)

Initialisiert eine neue instance der FactoryRepoUpdate-Klasse.

FactoryRepoUpdate()

Initialisiert eine neue instance der FactoryRepoUpdate-Klasse.

public FactoryRepoUpdate ();
Public Sub New ()

Gilt für:

FactoryRepoUpdate(String, FactoryRepoConfiguration)

Initialisiert eine neue instance der FactoryRepoUpdate-Klasse.

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)

Parameter

factoryResourceId
String

Die Ressourcen-ID der Factory.

repoConfiguration
FactoryRepoConfiguration

Git-Repositoryinformationen der Factory.

Gilt für: