次の方法で共有


SourceControlCreateOrUpdateParameters コンストラクター

定義

オーバーロード

SourceControlCreateOrUpdateParameters()

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

SourceControlCreateOrUpdateParameters(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, SourceControlSecurityTokenProperties, String)

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

SourceControlCreateOrUpdateParameters()

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

public SourceControlCreateOrUpdateParameters();
Public Sub New ()

適用対象

SourceControlCreateOrUpdateParameters(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, SourceControlSecurityTokenProperties, String)

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

public SourceControlCreateOrUpdateParameters(string repoUrl = default, string branch = default, string folderPath = default, bool? autoSync = default, bool? publishRunbook = default, string sourceType = default, Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties securityToken = default, string description = default);
new Microsoft.Azure.Management.Automation.Models.SourceControlCreateOrUpdateParameters : string * string * string * Nullable<bool> * Nullable<bool> * string * Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties * string -> Microsoft.Azure.Management.Automation.Models.SourceControlCreateOrUpdateParameters
Public Sub New (Optional repoUrl As String = Nothing, Optional branch As String = Nothing, Optional folderPath As String = Nothing, Optional autoSync As Nullable(Of Boolean) = Nothing, Optional publishRunbook As Nullable(Of Boolean) = Nothing, Optional sourceType As String = Nothing, Optional securityToken As SourceControlSecurityTokenProperties = Nothing, Optional description As String = Nothing)

パラメーター

repoUrl
String

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

branch
String

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

folderPath
String

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

autoSync
Nullable<Boolean>

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

publishRunbook
Nullable<Boolean>

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

sourceType
String

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

securityToken
SourceControlSecurityTokenProperties

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

description
String

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

適用対象