次の方法で共有


FactoryRepoUpdate コンストラクター

定義

オーバーロード

FactoryRepoUpdate()

FactoryRepoUpdate クラスの新しいインスタンスを初期化します。

FactoryRepoUpdate(String, FactoryRepoConfiguration)

FactoryRepoUpdate クラスの新しいインスタンスを初期化します。

FactoryRepoUpdate()

FactoryRepoUpdate クラスの新しいインスタンスを初期化します。

public FactoryRepoUpdate ();
Public Sub New ()

適用対象

FactoryRepoUpdate(String, FactoryRepoConfiguration)

FactoryRepoUpdate クラスの新しいインスタンスを初期化します。

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)

パラメーター

factoryResourceId
String

ファクトリ リソース ID。

repoConfiguration
FactoryRepoConfiguration

ファクトリの Git リポジトリ情報。

適用対象