次の方法で共有


FactoryVSTSConfiguration クラス

定義

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

public class FactoryVSTSConfiguration : Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration
type FactoryVSTSConfiguration = class
    inherit FactoryRepoConfiguration
Public Class FactoryVSTSConfiguration
Inherits FactoryRepoConfiguration
継承
FactoryVSTSConfiguration

コンストラクター

FactoryVSTSConfiguration()

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

FactoryVSTSConfiguration(String, String, String, String, String, String, Nullable<Boolean>, String)

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

FactoryVSTSConfiguration(String, String, String, String, String, String, String)

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

プロパティ

AccountName

アカウント名を取得または設定します。

(継承元 FactoryRepoConfiguration)
CollaborationBranch

コラボレーション ブランチを取得または設定します。

(継承元 FactoryRepoConfiguration)
DisablePublish

自動発行を優先するために、ADF Studio で手動発行操作を無効にするを取得または設定します。

(継承元 FactoryRepoConfiguration)
LastCommitId

最後のコミット ID を取得または設定します。

(継承元 FactoryRepoConfiguration)
ProjectName

VSTS プロジェクト名を取得または設定します。

RepositoryName

リポジトリ名を取得または設定します。

(継承元 FactoryRepoConfiguration)
RootFolder

ルート フォルダーを取得または設定します。

(継承元 FactoryRepoConfiguration)
TenantId

VSTS テナント ID を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象