AutomationSourceControlCreateOrUpdateContent クラス

定義

ソース管理の作成または更新操作に指定されたパラメーター。

public class AutomationSourceControlCreateOrUpdateContent
type AutomationSourceControlCreateOrUpdateContent = class
Public Class AutomationSourceControlCreateOrUpdateContent
継承
AutomationSourceControlCreateOrUpdateContent

コンストラクター

AutomationSourceControlCreateOrUpdateContent()

AutomationSourceControlCreateOrUpdateContent の新しいインスタンスを初期化します。

プロパティ

Branch

ソース管理のリポジトリ ブランチ。 VsoTfvc の空の文字列としてブランチを含めます。

Description

ソース管理のユーザーの説明。

FolderPath

ソース管理のフォルダー パス。 パスは相対パスである必要があります。

IsAutoPublishRunbookEnabled

ソース管理の自動発行。 既定値は true です。

IsAutoSyncEnabled

ソース管理の自動非同期。 既定値は false です。

RepoUri

ソース管理のリポジトリ URL。

SecurityToken

ソース管理のリポジトリの承認トークン。

SourceType

変換元の型です。 VsoGit、VsoTfvc、GitHub のいずれかである必要があります。大文字と小文字は区別されます。

適用対象